Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.model
Interface DDLRecordVersion

All Superinterfaces:
BaseModel<DDLRecordVersion>, ClassedModel, Cloneable, Comparable<DDLRecordVersion>, DDLRecordVersionModel, Serializable, WorkflowedModel
All Known Implementing Classes:
DDLRecordVersionBaseImpl, DDLRecordVersionImpl, DDLRecordVersionWrapper

public interface DDLRecordVersion
extends DDLRecordVersionModel

The extended model interface for the DDLRecordVersion service. Represents a row in the "DDLRecordVersion" database table, with each column mapped to a property of this class.

See Also:
DDLRecordVersionModel, DDLRecordVersionImpl, DDLRecordVersionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 DDLRecord getRecord()
           
 
Methods inherited from interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModel
clone, compareTo, getApproved, getCompanyId, getCreateDate, getDDMStorageId, getDisplayIndex, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRecordId, getRecordSetId, getRecordVersionId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getUserId, getUserName, getUserUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setCreateDate, setDDMStorageId, setDisplayIndex, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setRecordId, setRecordSetId, setRecordVersionId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setUserId, setUserName, setUserUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Method Detail

getRecord

DDLRecord getRecord()
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3