public class ReporterCloneTemplateData extends CommonData implements RegisteredData, LoggableData
VirtualDbData
item.ReporterCloneTemplate
,
Developer documentation: ReportersModifier and Type | Field and Description |
---|---|
private long |
bytes |
private java.util.Date |
entryDate |
private boolean |
locked |
private java.util.Map<java.lang.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.
|
java.util.Date |
getEntryDate()
Get the date this item was added to the database.
|
java.util.Map<java.lang.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(java.util.Date entryDate) |
void |
setLocked(boolean locked) |
(package private) void |
setProperties(java.util.Map<java.lang.String,ReporterClonePropertyData> properties) |
getDescription, getName, isRemoved, setDescription, setName, setRemoved
getItemKey, getProjectKey, setItemKey, setProjectKey
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
private java.util.Date entryDate
private boolean locked
private long bytes
private java.util.Map<java.lang.String,ReporterClonePropertyData> properties
public java.util.Date getEntryDate()
RegisteredData
getEntryDate
in interface RegisteredData
public void setEntryDate(java.util.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 java.util.Map<java.lang.String,ReporterClonePropertyData> getProperties()
void setProperties(java.util.Map<java.lang.String,ReporterClonePropertyData> properties)