org.opencms.db.jpa.persistence
Class CmsDAOHistoryPropertyDef

java.lang.Object
  extended by org.opencms.db.jpa.persistence.CmsDAOHistoryPropertyDef

@Entity
public class CmsDAOHistoryPropertyDef
extends java.lang.Object

This data access object represents a history properties definition entry inside the table "cms_history_propertydef".

Since:
8.0.0

Constructor Summary
CmsDAOHistoryPropertyDef()
          The default constructor.
CmsDAOHistoryPropertyDef(java.lang.String propertydefId)
          * 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 getPropertyDefName()
          Returns the propertyDefName.
 int getPropertyDefType()
          Returns the propertyDefType.
 void setPropertyDefId(java.lang.String propertyDefId)
          Sets the propertyDefId.
 void setPropertyDefName(java.lang.String propertyDefName)
          Sets the propertyDefName.
 void setPropertyDefType(int propertyDefType)
          Sets the propertyDefType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsDAOHistoryPropertyDef

public CmsDAOHistoryPropertyDef()
The default constructor.


CmsDAOHistoryPropertyDef

public CmsDAOHistoryPropertyDef(java.lang.String propertydefId)
* A public constructor for generating a new history property object with an unique id.

Parameters:
propertydefId - the property definition id
Method Detail

getPropertyDefId

public java.lang.String getPropertyDefId()
Returns the propertyDefId.

Returns:
the propertyDefId

getPropertyDefName

public java.lang.String getPropertyDefName()
Returns the propertyDefName.

Returns:
the propertyDefName

getPropertyDefType

public int getPropertyDefType()
Returns the propertyDefType.

Returns:
the propertyDefType

setPropertyDefId

public void setPropertyDefId(java.lang.String propertyDefId)
Sets the propertyDefId.

Parameters:
propertyDefId - the propertyDefId to set

setPropertyDefName

public void setPropertyDefName(java.lang.String propertyDefName)
Sets the propertyDefName.

Parameters:
propertyDefName - the propertyDefName to set

setPropertyDefType

public void setPropertyDefType(int propertyDefType)
Sets the propertyDefType.

Parameters:
propertyDefType - the propertyDefType to set