public abstract class AbstractCore extends AbstractId implements Core
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
ATTRIBUTES |
| Constructor and Description |
|---|
AbstractCore() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Attribute attribute) |
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
EidRef |
getAlternativeTo() |
List<Attribute> |
getAttributes() |
String |
getClazz() |
TemporalGroupRef |
getPeriod() |
ListReferenceRef |
getRefersTo() |
StatusType |
getStatus() |
String |
getStyle() |
String |
getTitle() |
void |
setAlternativeTo(EidRef alternativeTo) |
void |
setClazz(String clazz) |
void |
setPeriod(TemporalGroupRef period) |
void |
setRefersTo(ListReferenceRef refersTo) |
void |
setStatus(StatusType status) |
void |
setStyle(String style) |
void |
setTitle(String title) |
protected void |
toString(ToStringBuilder builder) |
getEid, getEvolvingId, getGUID, getId, getWid, read, setEid, setEvolvingId, setGUID, setId, setWid, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitnestedCompare, writereadprotected static final com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> ATTRIBUTES
public final String getClazz()
public final void setClazz(String clazz)
public final String getStyle()
public final void setStyle(String style)
public final String getTitle()
public final void setTitle(String title)
public final StatusType getStatus()
public final void setStatus(StatusType status)
public final TemporalGroupRef getPeriod()
public final void setPeriod(TemporalGroupRef period)
public final ListReferenceRef getRefersTo()
public final void setRefersTo(ListReferenceRef refersTo)
public final EidRef getAlternativeTo()
public final void setAlternativeTo(EidRef alternativeTo)
public com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectattributes in class AbstractIdpublic final List<Attribute> getAttributes()
getAttributes in interface Coreprotected void toString(ToStringBuilder builder)
toString in class AbstractIdCopyright © 2017. All rights reserved.