org.kie.workbench.common.screens.datamodeller.model
Class DataObjectTO
java.lang.Object
org.kie.workbench.common.screens.datamodeller.model.DataObjectTO
@Portable
public class DataObjectTO
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PERSISTENT
public static final Integer PERSISTENT
VOLATILE
public static final Integer VOLATILE
DataObjectTO
public DataObjectTO()
DataObjectTO
public DataObjectTO(String name,
String packageName,
String superClassName)
getName
public String getName()
setName
public void setName(String name)
getClassName
public String getClassName()
getPackageName
public String getPackageName()
setPackageName
public void setPackageName(String packageName)
getProperties
public List<ObjectPropertyTO> getProperties()
getProperty
public ObjectPropertyTO getProperty(String name)
setProperties
public void setProperties(List<ObjectPropertyTO> properties)
getOriginalClassName
public String getOriginalClassName()
setOriginalClassName
public void setOriginalClassName(String originalClassName)
getSuperClassName
public String getSuperClassName()
setSuperClassName
public void setSuperClassName(String superClassName)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
getFingerPrint
public String getFingerPrint()
setFingerPrint
public void setFingerPrint(String fingerPrint)
isVolatile
public boolean isVolatile()
isPersistent
public boolean isPersistent()
classNameChanged
public boolean classNameChanged()
packageNameChanged
public boolean packageNameChanged()
getLabel
public String getLabel()
getAnnotations
public List<AnnotationTO> getAnnotations()
setAnnotations
public void setAnnotations(List<AnnotationTO> annotations)
getAnnotation
public AnnotationTO getAnnotation(String annotationClassName)
addAnnotation
public void addAnnotation(AnnotationTO annotation)
addAnnotation
public AnnotationTO addAnnotation(AnnotationDefinitionTO annotationDefinitionTO,
String memberName,
Object value)
removeAnnotation
public void removeAnnotation(AnnotationTO annotation)
getStringId
public String getStringId()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.