@Entity
public class CmsDAOHistoryProperties
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK
This class implements the primary key for a history properties entry in the table "cms_history_properties".
|
构造器和说明 |
---|
CmsDAOHistoryProperties()
The default constructor.
|
CmsDAOHistoryProperties(int propertyMappingType,
java.lang.String propertydefId,
int publishTag,
java.lang.String structureId)
A public constructor for generating a new history property object with an unique id.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getPropertyDefId()
Returns the propertyDefId.
|
java.lang.String |
getPropertyMappingId()
Returns the propertyMappingId.
|
int |
getPropertyMappingType()
Returns the propertyMappingType.
|
java.lang.String |
getPropertyValue()
Returns the propertyValue.
|
int |
getPublishTag()
Returns the publishTag.
|
java.lang.String |
getStructureId()
Returns the structureId.
|
void |
setPropertyDefId(java.lang.String propertyDefId)
Sets the propertyDefId.
|
void |
setPropertyMappingId(java.lang.String propertyMappingId)
Sets the propertyMappingId.
|
void |
setPropertyMappingType(int propertyMappingType)
Sets the propertyMappingType.
|
void |
setPropertyValue(java.lang.String propertyValue)
Sets the propertyValue.
|
void |
setPublishTag(int publishTag)
Sets the publishTag.
|
void |
setStructureId(java.lang.String structureId)
Sets the structureId.
|
public CmsDAOHistoryProperties()
public CmsDAOHistoryProperties(int propertyMappingType, java.lang.String propertydefId, int publishTag, java.lang.String structureId)
propertyMappingType
- the property mapping typepropertydefId
- the property definition idpublishTag
- the publish tagstructureId
- the structure idpublic java.lang.String getPropertyDefId()
public java.lang.String getPropertyMappingId()
public int getPropertyMappingType()
public java.lang.String getPropertyValue()
public int getPublishTag()
public java.lang.String getStructureId()
public void setPropertyDefId(java.lang.String propertyDefId)
propertyDefId
- the propertyDefId to setpublic void setPropertyMappingId(java.lang.String propertyMappingId)
propertyMappingId
- the propertyMappingId to setpublic void setPropertyMappingType(int propertyMappingType)
propertyMappingType
- the propertyMappingType to setpublic void setPropertyValue(java.lang.String propertyValue)
propertyValue
- the propertyValue to setpublic void setPublishTag(int publishTag)
publishTag
- the publishTag to setpublic void setStructureId(java.lang.String structureId)
structureId
- the structureId to set