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()protectedPropertyPOJO(java.lang.String propName, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetProperty()protected java.lang.StringgetValue()java.lang.StringgetXmlRepresentation()protected booleanisSensitive()protected voidsetProperty(java.lang.String property)protected voidsetSensitive(boolean sensitive)protected voidsetValue(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()
-
-