lucee.Componentcontentbox.models.BaseEntityMethods
contentbox.models.BaseEntity
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- This is the base class for all persistent entities
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
date
|
createdDate
|
true
|
false
|
|
any
|
isDeleted
|
false
|
true
|
false
|
date
|
modifiedDate
|
true
|
false
|
Method Summary | |
---|---|
string
|
getCreatedDate()
|
string
|
getIsDeleted()
|
string
|
getModifiedDate()
|
any
|
setCreatedDate(date createdDate)
|
any
|
setIsDeleted(any isDeleted)
|
any
|
setModifiedDate(date modifiedDate)
|
Methods inherited from class contentbox.models.BaseEntityMethods |
---|
appendToMemento, appendToMementoProfile, arrayWrap, getDisplayCreatedDate, getDisplayModifiedDate, getEntityName, getId, includeMixin, init, isLoaded, preInsert, preUpdate |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anycolumn
- createdDatenotnull
- trueormtype
- timestampupdate
- falsepersistent
- trueserializable
- trueaccess
- publicrequired
- falsereturntype
- anycolumn
- isDeletednotnull
- trueormtype
- booleanpersistent
- trueserializable
- trueaccess
- publicrequired
- falsereturntype
- anycolumn
- modifiedDatenotnull
- trueormtype
- timestamppersistent
- trueserializable
- trueMethod Detail |
---|
createdDate
isDeleted
modifiedDate