|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOOfflineProperties
@Entity public class CmsDAOOfflineProperties
This data access object represents a offline property entry inside the table "cms_offline_properties".
| Constructor Summary | |
|---|---|
CmsDAOOfflineProperties()
The default constructor. |
|
CmsDAOOfflineProperties(java.lang.String propertyId)
A public constructor for generating a new log object with an unique id. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyDefId()
Returns the property definition id. |
java.lang.String |
getPropertyId()
Returns the id of this property entry. |
java.lang.String |
getPropertyMappingId()
Returns the mapping id of this property entry. |
int |
getPropertyMappingType()
Returns the mapping type. |
java.lang.String |
getPropertyValue()
Returns the value of this property entry. |
void |
setPropertyDefId(java.lang.String propertydefId)
Sets the property definition id. |
void |
setPropertyId(java.lang.String propertyId)
Sets the id of this property entry. |
void |
setPropertyMappingId(java.lang.String propertyMappingId)
Sets the mapping id for this property entry. |
void |
setPropertyMappingType(int propertyMappingType)
Sets the mapping type. |
void |
setPropertyValue(java.lang.String propertyValue)
Sets the value for this property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOOfflineProperties()
public CmsDAOOfflineProperties(java.lang.String propertyId)
propertyId - the property id| Method Detail |
|---|
public java.lang.String getPropertyDefId()
I_CmsDAOProperties
getPropertyDefId in interface I_CmsDAOPropertiesI_CmsDAOProperties.getPropertyDefId()public java.lang.String getPropertyId()
I_CmsDAOProperties
getPropertyId in interface I_CmsDAOPropertiesI_CmsDAOProperties.getPropertyId()public java.lang.String getPropertyMappingId()
I_CmsDAOProperties
getPropertyMappingId in interface I_CmsDAOPropertiesI_CmsDAOProperties.getPropertyMappingId()public int getPropertyMappingType()
I_CmsDAOProperties
getPropertyMappingType in interface I_CmsDAOPropertiesI_CmsDAOProperties.getPropertyMappingType()public java.lang.String getPropertyValue()
I_CmsDAOProperties
getPropertyValue in interface I_CmsDAOPropertiesI_CmsDAOProperties.getPropertyValue()public void setPropertyDefId(java.lang.String propertydefId)
I_CmsDAOProperties
setPropertyDefId in interface I_CmsDAOPropertiespropertydefId - the definition id to setI_CmsDAOProperties.setPropertyDefId(java.lang.String)public void setPropertyId(java.lang.String propertyId)
I_CmsDAOProperties
setPropertyId in interface I_CmsDAOPropertiespropertyId - the id to setI_CmsDAOProperties.setPropertyId(java.lang.String)public void setPropertyMappingId(java.lang.String propertyMappingId)
I_CmsDAOProperties
setPropertyMappingId in interface I_CmsDAOPropertiespropertyMappingId - the mapping id to setI_CmsDAOProperties.setPropertyMappingId(java.lang.String)public void setPropertyMappingType(int propertyMappingType)
I_CmsDAOProperties
setPropertyMappingType in interface I_CmsDAOPropertiespropertyMappingType - the mapping type to setI_CmsDAOProperties.setPropertyMappingType(int)public void setPropertyValue(java.lang.String propertyValue)
I_CmsDAOProperties
setPropertyValue in interface I_CmsDAOPropertiespropertyValue - the value to setI_CmsDAOProperties.setPropertyValue(java.lang.String)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||