Package com.jalios.jcms.rest.resources
Class PropertyPOJO
- java.lang.Object
-
- com.jalios.jcms.rest.resources.PropertyPOJO
-
public class PropertyPOJO extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description PropertyPOJO()
protected
PropertyPOJO(java.lang.String propName, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getProperty()
protected java.lang.String
getValue()
java.lang.String
getXmlRepresentation()
protected boolean
isSensitive()
protected void
setProperty(java.lang.String property)
protected void
setSensitive(boolean sensitive)
protected void
setValue(java.lang.String value)
-
-
-
Method Detail
-
getProperty
protected java.lang.String getProperty()
-
setProperty
protected void setProperty(java.lang.String property)
-
getValue
protected java.lang.String getValue()
-
setValue
protected void setValue(java.lang.String value)
-
isSensitive
protected boolean isSensitive()
-
setSensitive
protected void setSensitive(boolean sensitive)
-
getXmlRepresentation
public java.lang.String getXmlRepresentation()
-
-