Class ProfilingSessionVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.system.profiling.ProfilingSessionVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,INamedEntity
public class ProfilingSessionVO extends NamedEntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,ProfilingSessionVO>COMMENTSstatic BasicProperty<Integer,ProfilingSessionVO>DISCARDED_COUNTstatic BasicProperty<String,ProfilingSessionVO>DURATIONstatic BasicProperty<DateTime,ProfilingSessionVO>END_DATEstatic BasicProperty<Integer,ProfilingSessionVO>ENTRY_COUNTstatic BasicProperty<DateTime,ProfilingSessionVO>START_DATE-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ProfilingSessionVO()ProfilingSessionVO(Long id)ProfilingSessionVO(Property<T,? super ProfilingSessionVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetComments()intgetDiscardedCount()StringgetDuration()DateTimegetEndDate()intgetEntryCount()DateTimegetStartDate()voidsetComments(String comments)voidsetDiscardedCount(int discardedCount)voidsetDuration(String duration)voidsetEndDate(DateTime endDate)voidsetEntryCount(int entryCount)voidsetStartDate(DateTime startDate)-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
COMMENTS
public static final BasicProperty<String,ProfilingSessionVO> COMMENTS
-
DISCARDED_COUNT
public static final BasicProperty<Integer,ProfilingSessionVO> DISCARDED_COUNT
-
DURATION
public static final BasicProperty<String,ProfilingSessionVO> DURATION
-
END_DATE
public static final BasicProperty<DateTime,ProfilingSessionVO> END_DATE
-
ENTRY_COUNT
public static final BasicProperty<Integer,ProfilingSessionVO> ENTRY_COUNT
-
START_DATE
public static final BasicProperty<DateTime,ProfilingSessionVO> START_DATE
-
-
Constructor Detail
-
ProfilingSessionVO
public ProfilingSessionVO()
-
ProfilingSessionVO
public ProfilingSessionVO(Long id)
-
ProfilingSessionVO
public ProfilingSessionVO(Property<T,? super ProfilingSessionVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classNamedEntityVO
-
getComments
public String getComments()
-
setComments
public void setComments(String comments)
-
getDiscardedCount
public int getDiscardedCount()
-
setDiscardedCount
public void setDiscardedCount(int discardedCount)
-
getDuration
public String getDuration()
-
setDuration
public void setDuration(String duration)
-
getEndDate
public DateTime getEndDate()
-
setEndDate
public void setEndDate(DateTime endDate)
-
getEntryCount
public int getEntryCount()
-
setEntryCount
public void setEntryCount(int entryCount)
-
getStartDate
public DateTime getStartDate()
-
setStartDate
public void setStartDate(DateTime startDate)
-
-