Package org.cyclos.entities.system
Class ProfilingSession
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.system.ProfilingSession
-
- All Implemented Interfaces:
Cloneable,ProcessableForProxying,IEntity,INamedEntity
@Entity public class ProfilingSession extends SimpleEntity implements INamedEntity
Contains information about a profiling session
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description ProfilingSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComments()StringgetData()intgetDiscardedCount()longgetDuration()DategetEndDate()intgetEntryCount()StringgetName()DategetStartDate()voidsetComments(String comments)voidsetData(String data)voidsetDiscardedCount(int discardedCount)voidsetEndDate(Date endDate)voidsetEntryCount(int entryCount)voidsetName(String name)voidsetStartDate(Date startDate)-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getComments
public String getComments()
-
getData
public String getData()
-
getDiscardedCount
public int getDiscardedCount()
-
getDuration
public long getDuration()
-
getEndDate
public Date getEndDate()
-
getEntryCount
public int getEntryCount()
-
getName
public String getName()
- Specified by:
getNamein interfaceINamedEntity
-
getStartDate
public Date getStartDate()
-
setComments
public void setComments(String comments)
-
setData
public void setData(String data)
-
setDiscardedCount
public void setDiscardedCount(int discardedCount)
-
setEndDate
public void setEndDate(Date endDate)
-
setEntryCount
public void setEntryCount(int entryCount)
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceINamedEntity
-
setStartDate
public void setStartDate(Date startDate)
-
-