public class TypeDetails extends TypeHeader
| Constructor and Description |
|---|
TypeDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare) |
PropertyGrouping |
getCreateInfo()
Retrieve the properties that can be included when creating a new instance of this type.
|
PropertyGrouping |
getEditInfo()
Retrieve the properties that can be edited for this type.
|
PropertyGrouping |
getViewInfo()
Retrieve the properties that can be viewed for this type.
|
int |
hashCode() |
void |
setCreateInfo(PropertyGrouping createInfo)
Set the properties that can be included when creating a new instance of this type.
|
void |
setEditInfo(PropertyGrouping editInfo)
Set the properties that can be edited for this type.
|
void |
setViewInfo(PropertyGrouping viewInfo)
Set the properties that can be viewed for this type.
|
getClassName, getGroup, getId, getName, getPlural, getUrl, includedInBusinessLineage, includedInDataLineage, setBusinessLineage, setClassName, setDataLineage, setGroup, setId, setName, setPlural, setUrltoStringpublic PropertyGrouping getViewInfo()
public void setViewInfo(PropertyGrouping viewInfo)
viewInfo - the properties that can be viewedpublic PropertyGrouping getEditInfo()
public void setEditInfo(PropertyGrouping editInfo)
editInfo - the properties that can be editedpublic PropertyGrouping getCreateInfo()
public void setCreateInfo(PropertyGrouping createInfo)
createInfo - the properties that can be included when creating a new instancepublic boolean equals(Object objectToCompare)
equals in class TypeHeaderpublic int hashCode()
hashCode in class TypeHeaderCopyright © 2018–2021 ODPi. All rights reserved.