-
@JsonClass(generateAdapter = true) public final class Property
-
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate Stringtitleprivate Stringdescriptionprivate StringdefaultValueprivate StringdataTypeprivate BooleanisMultiValuedprivate BooleanisMandatoryprivate BooleanisMandatoryEnforcedprivate BooleanisProtectedprivate List<Constraint>constraints
-
Method Summary
Modifier and Type Method Description final StringgetId()final UnitsetId(@Json(name = id) String id)final StringgetTitle()final UnitsetTitle(@Json(name = title) String title)final StringgetDescription()final UnitsetDescription(@Json(name = description) String description)final StringgetDefaultValue()final UnitsetDefaultValue(@Json(name = defaultValue) String defaultValue)final StringgetDataType()final UnitsetDataType(@Json(name = dataType) String dataType)final BooleangetIsMultiValued()final UnitsetIsMultiValued(@Json(name = isMultiValued) Boolean isMultiValued)final BooleangetIsMandatory()final UnitsetIsMandatory(@Json(name = isMandatory) Boolean isMandatory)final BooleangetIsMandatoryEnforced()final UnitsetIsMandatoryEnforced(@Json(name = isMandatoryEnforced) Boolean isMandatoryEnforced)final BooleangetIsProtected()final UnitsetIsProtected(@Json(name = isProtected) Boolean isProtected)final List<Constraint>getConstraints()final UnitsetConstraints(@Json(name = constraints) List<Constraint> constraints)-
-
Method Detail
-
getDescription
final String getDescription()
-
setDescription
final Unit setDescription(@Json(name = description) String description)
-
getDefaultValue
final String getDefaultValue()
-
setDefaultValue
final Unit setDefaultValue(@Json(name = defaultValue) String defaultValue)
-
getDataType
final String getDataType()
-
setDataType
final Unit setDataType(@Json(name = dataType) String dataType)
-
getIsMultiValued
final Boolean getIsMultiValued()
-
setIsMultiValued
final Unit setIsMultiValued(@Json(name = isMultiValued) Boolean isMultiValued)
-
getIsMandatory
final Boolean getIsMandatory()
-
setIsMandatory
final Unit setIsMandatory(@Json(name = isMandatory) Boolean isMandatory)
-
getIsMandatoryEnforced
final Boolean getIsMandatoryEnforced()
-
setIsMandatoryEnforced
final Unit setIsMandatoryEnforced(@Json(name = isMandatoryEnforced) Boolean isMandatoryEnforced)
-
getIsProtected
final Boolean getIsProtected()
-
setIsProtected
final Unit setIsProtected(@Json(name = isProtected) Boolean isProtected)
-
getConstraints
final List<Constraint> getConstraints()
-
setConstraints
final Unit setConstraints(@Json(name = constraints) List<Constraint> constraints)
-
-
-
-