public abstract class AbstractId extends Object implements AknObject, Id
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
ATTRIBUTES |
| Constructor and Description |
|---|
AbstractId() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
NoWhiteSpace |
getEid() |
String |
getEvolvingId() |
NoWhiteSpace |
getGUID() |
String |
getId() |
NoWhiteSpace |
getWid() |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
void |
setEid(NoWhiteSpace eId) |
void |
setEvolvingId(String evolvingId) |
void |
setGUID(NoWhiteSpace guid) |
void |
setId(String id) |
void |
setWid(NoWhiteSpace wId) |
String |
toString() |
protected void |
toString(ToStringBuilder builder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompare, name, nestedComparewriteprotected static final com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> ATTRIBUTES
public final String getEvolvingId()
getEvolvingId in interface Idpublic final void setEvolvingId(String evolvingId)
setEvolvingId in interface Idpublic NoWhiteSpace getEid()
public void setEid(NoWhiteSpace eId)
public NoWhiteSpace getWid()
public void setWid(NoWhiteSpace wId)
public NoWhiteSpace getGUID()
public void setGUID(NoWhiteSpace guid)
public void read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
read in interface Externalizablereader - the stream to read data from in order to restore the objectpublic com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectprotected void toString(ToStringBuilder builder)
Copyright © 2017. All rights reserved.