public class Location
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Location()
Initializes a new instance of the Location class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToHashMap(java.util.Map<java.lang.String,java.lang.String> map)
Adds all members of this class to a hashmap
|
java.lang.String |
getIp()
Gets the Ip property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
void |
serialize(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setIp(java.lang.String value)
Sets the Ip property.
|
public java.lang.String getIp()
public void setIp(java.lang.String value)
public void addToHashMap(java.util.Map<java.lang.String,java.lang.String> map)
map - to which the members of this class will be added.public void serialize(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionprotected java.lang.String serializeContent(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionprotected void InitializeFields()