Class CustomRecurringTaskLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.system.scheduledtasks.CustomRecurringTaskLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class CustomRecurringTaskLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<DateTime,CustomRecurringTaskLogVO>DATEstatic BasicProperty<String,CustomRecurringTaskLogVO>ERROR_STACK_TRACEstatic BasicProperty<String,CustomRecurringTaskLogVO>MESSAGEstatic BasicProperty<CustomRecurringTaskLogStatus,CustomRecurringTaskLogVO>STATUSstatic BasicProperty<Integer,CustomRecurringTaskLogVO>TIME_TAKEN-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description CustomRecurringTaskLogVO()CustomRecurringTaskLogVO(Long id)CustomRecurringTaskLogVO(Property<T,? super CustomRecurringTaskLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()DateTimegetDate()StringgetErrorStackTrace()StringgetMessage()CustomRecurringTaskLogStatusgetStatus()IntegergetTimeTaken()voidsetDate(DateTime date)voidsetErrorStackTrace(String errorStackTrace)voidsetMessage(String message)voidsetStatus(CustomRecurringTaskLogStatus status)voidsetTimeTaken(Integer timeTaken)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
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
-
DATE
public static final BasicProperty<DateTime,CustomRecurringTaskLogVO> DATE
-
ERROR_STACK_TRACE
public static final BasicProperty<String,CustomRecurringTaskLogVO> ERROR_STACK_TRACE
-
MESSAGE
public static final BasicProperty<String,CustomRecurringTaskLogVO> MESSAGE
-
STATUS
public static final BasicProperty<CustomRecurringTaskLogStatus,CustomRecurringTaskLogVO> STATUS
-
TIME_TAKEN
public static final BasicProperty<Integer,CustomRecurringTaskLogVO> TIME_TAKEN
-
-
Constructor Detail
-
CustomRecurringTaskLogVO
public CustomRecurringTaskLogVO()
-
CustomRecurringTaskLogVO
public CustomRecurringTaskLogVO(Long id)
-
CustomRecurringTaskLogVO
public CustomRecurringTaskLogVO(Property<T,? super CustomRecurringTaskLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
getErrorStackTrace
public String getErrorStackTrace()
-
setErrorStackTrace
public void setErrorStackTrace(String errorStackTrace)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getStatus
public CustomRecurringTaskLogStatus getStatus()
-
setStatus
public void setStatus(CustomRecurringTaskLogStatus status)
-
getTimeTaken
public Integer getTimeTaken()
-
setTimeTaken
public void setTimeTaken(Integer timeTaken)
-
-