public static class CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK
extends java.lang.Object
implements java.io.Serializable
限定符和类型 | 字段和说明 |
---|---|
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.
|
构造器和说明 |
---|
CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK()
The default constructor.
|
CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK(java.lang.String str)
A public constructor to generate a primary key from a given String.
|
限定符和类型 | 方法和说明 |
---|---|
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() |
public java.lang.String m_propertyDefId
public int m_propertyMappingType
public int m_publishTag
public java.lang.String m_structureId
public CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK()
public CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK(java.lang.String str)
str
- the String to generate the id frompublic boolean equals(java.lang.Object obj)
equals
在类中 java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String getPropertyDefId()
public int getPropertyMappingType()
public int getPublishTag()
public java.lang.String getStructureId()
public int hashCode()
hashCode
在类中 java.lang.Object
Object.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
在类中 java.lang.Object
Object.toString()