org.drools.guvnor.client.asseteditor.drools.factmodel
Class FactMetaModel
java.lang.Object
org.drools.guvnor.client.asseteditor.drools.factmodel.FactMetaModel
- All Implemented Interfaces:
- Serializable, PortableObject
public class FactMetaModel
- extends Object
- implements PortableObject
Represents the GUI data for a fact model definition.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactMetaModel
public FactMetaModel()
FactMetaModel
public FactMetaModel(String name)
FactMetaModel
public FactMetaModel(String name,
List<FieldMetaModel> fields)
getName
public String getName()
setName
public void setName(String name)
getFields
public List<FieldMetaModel> getFields()
setFields
public void setFields(List<FieldMetaModel> fields)
getAnnotations
public List<AnnotationMetaModel> getAnnotations()
setAnnotations
public void setAnnotations(List<AnnotationMetaModel> annotations)
setSuperType
public void setSuperType(String superType)
getSuperType
public String getSuperType()
hasSuperType
public boolean hasSuperType()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.