org.drools.guvnor.client.factmodel
Class FactMetaModel

java.lang.Object
  extended by org.drools.guvnor.client.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

Constructor Summary
FactMetaModel()
           
FactMetaModel(String name)
           
FactMetaModel(String name, List<FieldMetaModel> fields)
           
 
Method Summary
 List<AnnotationMetaModel> getAnnotations()
           
 List<FieldMetaModel> getFields()
           
 String getName()
           
 String getSuperType()
           
 boolean hasSuperType()
           
 void setAnnotations(List<AnnotationMetaModel> annotations)
           
 void setFields(List<FieldMetaModel> fields)
           
 void setName(String name)
           
 void setSuperType(String superType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactMetaModel

public FactMetaModel()

FactMetaModel

public FactMetaModel(String name)

FactMetaModel

public FactMetaModel(String name,
                     List<FieldMetaModel> fields)
Method Detail

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.