public class ClassMetadata extends Object implements Serializable
Constructor and Description |
---|
ClassMetadata() |
Modifier and Type | Method and Description |
---|---|
String |
getCeilingType() |
String |
getCurrencyCode() |
Map<String,Property> |
getPMap() |
ClassTree |
getPolymorphicEntities() |
Property[] |
getProperties() |
void |
setCeilingType(String type) |
void |
setCurrencyCode(String currencyCode) |
void |
setPolymorphicEntities(ClassTree polymorphicEntities) |
void |
setProperties(Property[] property) |
public String getCeilingType()
public void setCeilingType(String type)
public ClassTree getPolymorphicEntities()
public void setPolymorphicEntities(ClassTree polymorphicEntities)
public Property[] getProperties()
public void setProperties(Property[] property)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
Copyright © 2014. All rights reserved.