public class RecordVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<UserVO,RecordVO> |
CREATED_BY |
static BasicProperty<DateTime,RecordVO> |
CREATION_DATE |
static ListProperty<CustomFieldValueVO,RecordVO> |
CUSTOM_VALUES |
static BasicProperty<DateTime,RecordVO> |
LAST_MODIFIED_DATE |
static BasicProperty<UserVO,RecordVO> |
MODIFIED_BY |
static BasicProperty<RecordTypeVO,RecordVO> |
TYPE |
NAMEID| Constructor and Description |
|---|
RecordVO() |
RecordVO(java.lang.Long id) |
RecordVO(Property<T,? super RecordVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserVO |
getCreatedBy() |
DateTime |
getCreationDate() |
java.util.List<CustomFieldValueVO> |
getCustomValues() |
DateTime |
getLastModifiedDate() |
UserVO |
getModifiedBy() |
RecordTypeVO |
getType() |
void |
setCreatedBy(UserVO createdBy) |
void |
setCreationDate(DateTime creationDate) |
void |
setCustomValues(java.util.List<CustomFieldValueVO> customValues) |
void |
setLastModifiedDate(DateTime lastModifiedDate) |
void |
setModifiedBy(UserVO modifiedBy) |
void |
setType(RecordTypeVO type) |
compareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<UserVO,RecordVO> CREATED_BY
public static final BasicProperty<DateTime,RecordVO> CREATION_DATE
public static final ListProperty<CustomFieldValueVO,RecordVO> CUSTOM_VALUES
public static final BasicProperty<DateTime,RecordVO> LAST_MODIFIED_DATE
public static final BasicProperty<UserVO,RecordVO> MODIFIED_BY
public static final BasicProperty<RecordTypeVO,RecordVO> TYPE
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOpublic UserVO getCreatedBy()
public void setCreatedBy(UserVO createdBy)
public DateTime getCreationDate()
public void setCreationDate(DateTime creationDate)
public java.util.List<CustomFieldValueVO> getCustomValues()
public void setCustomValues(java.util.List<CustomFieldValueVO> customValues)
public DateTime getLastModifiedDate()
public void setLastModifiedDate(DateTime lastModifiedDate)
public UserVO getModifiedBy()
public void setModifiedBy(UserVO modifiedBy)
public RecordTypeVO getType()
public void setType(RecordTypeVO type)