public class ReporterCloneTemplateData extends CommonData implements RegisteredData, LoggableData
VirtualDbData
item.ReporterCloneTemplate
,
Developer documentation: ReportersModifier and Type | Field and Description |
---|---|
private long |
bytes |
private Date |
entryDate |
private boolean |
locked |
private Map<String,ReporterClonePropertyData> |
properties |
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
ReporterCloneTemplateData() |
Modifier and Type | Method and Description |
---|---|
long |
getBytes()
The number of bytes the cloned reporter information uses in the
dynamic database.
|
Date |
getEntryDate()
Get the date this item was added to the database.
|
Map<String,ReporterClonePropertyData> |
getProperties()
Get the map that manages cloned properties.
|
boolean |
isLocked()
The template is locked when it is used by a
VirtualDbData . |
void |
setBytes(long bytes) |
void |
setEntryDate(Date entryDate) |
void |
setLocked(boolean locked) |
(package private) void |
setProperties(Map<String,ReporterClonePropertyData> properties) |
getDescription, getName, getRemovedBy, setDescription, setName, setRemovedBy
getItemKey, getProjectKey, setItemKey, setProjectKey
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
private Date entryDate
private boolean locked
private long bytes
private Map<String,ReporterClonePropertyData> properties
public Date getEntryDate()
RegisteredData
getEntryDate
in interface RegisteredData
public void setEntryDate(Date entryDate)
public boolean isLocked()
VirtualDbData
. The
locked status can never be changed.public void setLocked(boolean locked)
public long getBytes()
public void setBytes(long bytes)
public Map<String,ReporterClonePropertyData> getProperties()
void setProperties(Map<String,ReporterClonePropertyData> properties)