|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOHistoryProperties
@Entity public class CmsDAOHistoryProperties
This data access object represents a history properties entry inside the table "cms_history_properties".
| Nested Class Summary | |
|---|---|
static class |
CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK
This class implements the primary key for a history properties entry in the table "cms_history_properties". |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 id| Method Detail |
|---|
public 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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||