public class EntityType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCode()
Returns the unique entity type code.
|
java.lang.String |
getDescription()
Returns the description or
null if undefined. |
java.util.List<PropertyTypeGroup> |
getPropertyTypeGroups()
Return the grouped property types for this entity type.
|
ValidationPluginInfo |
getValidationPluginInfo() |
int |
hashCode() |
public java.lang.String getCode()
public java.lang.String getDescription()
null
if undefined.public ValidationPluginInfo getValidationPluginInfo()
public java.util.List<PropertyTypeGroup> getPropertyTypeGroups()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object