public abstract class ManagedClass extends ClientsDomainClass
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Property> |
getProperties() |
java.util.List<Property> |
getProperties(Predicate<Property> query) |
Property |
getProperty(java.lang.String withName) |
boolean |
hasProperty(java.lang.String withName) |
equals, getClientsClass, getName, getSimpleName, hashCode, isInstance, toStringpublic java.util.List<Property> getProperties()
public Property getProperty(java.lang.String withName)
JaversException - PROPERTY_NOT_FOUNDpublic boolean hasProperty(java.lang.String withName)