public class ObjectProperty extends Object implements Serializable
Constructor and Description |
---|
ObjectProperty()
Create empty instance
|
Modifier and Type | Method and Description |
---|---|
Construct |
getConstruct()
Construct used by the object property (may be null, if not embedded in the response)
|
Integer |
getConstructId()
Internal construct ID
|
String |
getDescription()
Description in the current language
|
String |
getGlobalId()
Global ID
|
Integer |
getId()
Internal ID of the object property definition
|
Boolean |
getInheritable()
True if the object property is inheritable, false if not
|
String |
getKeyword()
Keyword
|
String |
getName()
Name in the current language
|
Boolean |
getRequired()
True if the object property is required, false if not
|
Integer |
getType()
Type of objects, this object property definition is for
|
void |
setConstruct(Construct construct)
Get the construct if embedded or null
|
void |
setConstructId(Integer constructId)
Set the construct ID
|
void |
setDescription(String description)
Set the description
|
void |
setGlobalId(String globalId)
Set the global ID
|
void |
setId(Integer id)
Set the ID
|
void |
setInheritable(Boolean inheritable)
Set true for inheritable
|
void |
setKeyword(String keyword)
Set the keyword
|
void |
setName(String name)
Set the name
|
void |
setRequired(Boolean required)
Set whether required
|
void |
setType(Integer type)
Object type
|
public Integer getId()
public void setId(Integer id)
id
- IDpublic String getGlobalId()
public void setGlobalId(String globalId)
globalId
- global IDpublic String getName()
public void setName(String name)
name
- namepublic String getDescription()
public void setDescription(String description)
description
- descriptionpublic String getKeyword()
public void setKeyword(String keyword)
keyword
- keywordpublic Integer getType()
public void setType(Integer type)
type
- typepublic Integer getConstructId()
public void setConstructId(Integer constructId)
constructId
- construct IDpublic Construct getConstruct()
public void setConstruct(Construct construct)
construct
- construct or nullpublic Boolean getRequired()
public void setRequired(Boolean required)
required
- true for requiredpublic Boolean getInheritable()
public void setInheritable(Boolean inheritable)
inheritable
- true for inheritableCopyright © 2020 Gentics Software. All rights reserved.