public class ContentProperty extends Property
| Constructor and Description |
|---|
ContentProperty() |
| Modifier and Type | Method and Description |
|---|---|
ContentProperty |
clone() |
int |
getContentTargetId() |
ExternalReferenceType |
getContentType() |
java.lang.String |
getPath() |
int |
getRootPSId() |
void |
setContentTargetId(int contentTargetId) |
void |
setContentType(ExternalReferenceType contentType) |
void |
setPath(java.lang.String path) |
void |
setRootPSId(int rootPSId) |
getBooleanValue, getCategory, getDataType, getDescription, getInstantValue, getIntegerValue, getName, getSetter, getStringValue, getUpdated, getValue, getValueObject, isEditable, isExposed, setCategory, setDescription, setEditable, setExposed, setName, setSetter, setUpdated, setUpdated, setValuepublic ExternalReferenceType getContentType()
public void setContentType(ExternalReferenceType contentType)
public int getRootPSId()
public void setRootPSId(int rootPSId)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public int getContentTargetId()
public void setContentTargetId(int contentTargetId)
public ContentProperty clone()
clone in class java.lang.Object