Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatalists.model
Interface DDLRecordVersion

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

@ProviderType
public interface DDLRecordVersion
extends DDLRecordVersionModel, PersistedModel

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, com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordVersionImpl, com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordVersionModelImpl

Method Summary
 DDLRecord getRecord()
           
 DDLRecordSet getRecordSet()
           
 
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, setExpandoBridgeAttributes, 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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getRecord

DDLRecord getRecord()
                    throws PortalException
Throws:
PortalException

getRecordSet

DDLRecordSet getRecordSet()
                          throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m3