-
Method Summary
default int
The name of this property as used in JSON.
The name of this property as used in URLs.
The class of the type of the value of this property.
boolean
Flag indicating if this Property is part of the primary key of the
Entity.
boolean
Flag indicating the property can be left out, or explicitly be set to
null.
boolean
Flag indicating the property is system generated and can not be edited by
the user.
-
Method Details
-
getName
The name of this property as used in URLs.
- Returns:
- The name of this property as used in URLs.
-
getJsonName
The name of this property as used in JSON.
- Returns:
- The name of this property as used in JSON.
-
getType
The class of the type of the value of this property.
- Returns:
- The class of the type of the value of this property.
-
isReadOnly
boolean isReadOnly()
Flag indicating the property is system generated and can not be edited by
the user.
- Returns:
- the readOnly flag.
-
isNullable
boolean isNullable()
Flag indicating the property can be left out, or explicitly be set to
null.
- Returns:
- The nullable flag.
-
isKeyPart
boolean isKeyPart()
Flag indicating if this Property is part of the primary key of the
Entity.
- Returns:
- true if this Property is part of the primary key of the Entity.
-