public class Marker_ReportsFor extends AbstractEntity implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTOID |
static String |
ENTITY_NAME |
static String |
MARKER |
static String |
REPORTSFOR |
| Constructor and Description |
|---|
Marker_ReportsFor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
Integer |
getAutoid()
Get the automatic id field to ensure ordering of mrefs.
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
Marker |
getMarker()
Get the .
|
Marker |
getReportsFor()
Get the .
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setAutoid(Integer autoid)
Set the automatic id field to ensure ordering of mrefs.
|
void |
setMarker(Marker marker)
Set the .
|
void |
setReportsFor(Marker reportsFor)
Set the .
|
String |
toString() |
String |
toString(boolean verbose) |
getBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final String ENTITY_NAME
public static final String AUTOID
public static final String REPORTSFOR
public static final String MARKER
public String getEntityName()
public Integer getAutoid()
public void setAutoid(Integer autoid)
autoid - public Marker getReportsFor()
public void setReportsFor(Marker reportsFor)
reportsFor - public Marker getMarker()
public void setMarker(Marker marker)
marker - public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public Integer getIdValue()
getIdValue in interface Entitypublic Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2014. All Rights Reserved.