| Constructor and Description |
|---|
EntityType(String name) |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
add(String propertyName,
PropertyDef prop) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getName() |
PropertyDef |
getProp(String propertyName) |
int |
getPropCount() |
Map<String,PropertyDef> |
getProps() |
boolean |
hasDescription() |
int |
hashCode() |
boolean |
isPersistent() |
boolean |
isRoot() |
boolean |
isTransient() |
void |
setDescription(String description) |
void |
setPersistent(boolean persistent) |
void |
setState(EntityTypeState state) |
String |
toString() |
public EntityType(String name)
public EntityType add(String propertyName, PropertyDef prop)
public Map<String,PropertyDef> getProps()
public PropertyDef getProp(String propertyName)
public int getPropCount()
public String getName()
public String getDescription()
public boolean hasDescription()
public void setDescription(String description)
public boolean isRoot()
public boolean isPersistent()
public boolean isTransient()
public void setPersistent(boolean persistent)
public void setState(EntityTypeState state)
Copyright © 2021. All rights reserved.