|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK
public static class CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK
This class implements the primary key for a history properties entry in the table "cms_history_properties".
| Field Summary | |
|---|---|
java.lang.String |
m_propertyDefId
The property definition id. |
int |
m_propertyMappingType
The property mapping type. |
int |
m_publishTag
The publish tag. |
java.lang.String |
m_structureId
The structure id. |
| Constructor Summary | |
|---|---|
CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK()
The default constructor. |
|
CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK(java.lang.String str)
A public constructor to generate a primary key from a given String. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getPropertyDefId()
Returns the propertyDefId. |
int |
getPropertyMappingType()
Returns the propertyMappingType. |
int |
getPublishTag()
Returns the publishTag. |
java.lang.String |
getStructureId()
Returns the structureId. |
int |
hashCode()
|
void |
setPropertyDefId(java.lang.String propertyDefId)
Sets the propertyDefId. |
void |
setPropertyMappingType(int propertyMappingType)
Sets the propertyMappingType. |
void |
setPublishTag(int publishTag)
Sets the publishTag. |
void |
setStructureId(java.lang.String structureId)
Sets the structureId. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String m_propertyDefId
public int m_propertyMappingType
public int m_publishTag
public java.lang.String m_structureId
| Constructor Detail |
|---|
public CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK()
public CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK(java.lang.String str)
str - the String to generate the id from| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String getPropertyDefId()
public int getPropertyMappingType()
public int getPublishTag()
public java.lang.String getStructureId()
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public void setPropertyDefId(java.lang.String propertyDefId)
propertyDefId - the propertyDefId to setpublic void setPropertyMappingType(int propertyMappingType)
propertyMappingType - the propertyMappingType to setpublic void setPublishTag(int publishTag)
publishTag - the publishTag to setpublic void setStructureId(java.lang.String structureId)
structureId - the structureId to setpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||