|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.db2tm.Entity
public class Entity
INTERNAL: Relation mapping concept that represents topic or
association definitions. This class refer directly to the
Field Summary
protected Stringatype
protected Listcfields
protected ValueIFcondition
protected intetype
protected Listextents
protected Stringid
protected Listifields
protected Booleanprimary
protected Relationrelation
protected booleanrequiresTopic
protected Listrfields
protected String[]scope
static intTYPE_ASSOCIATION
static intTYPE_TOPIC
protected String[]types
Method Summary
voidaddExtentQuery(String extentQuery)
voidaddField(Field field)
voidcompile()
StringgetAssociationType()
ListgetCharacteristicFields()
ValueIFgetConditionValue()
intgetEntityType()
ListgetExtentQueries()
StringgetId()
ListgetIdentityFields()
RelationgetRelation()
ListgetRoleFields()
String[]getScope()
String[]getTypes()
booleanisPrimary()
voidremoveExtentQuery(String extentQuery)
booleanrequiresTopic()
voidsetAssociationType(String atype)
voidsetConditionValue(ValueIF condition)
voidsetEntityType(int etype)
voidsetId(String id)
voidsetPrimary(Boolean primary)
voidsetScope(String[] scope)
voidsetTypes(String[] types)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
TYPE_TOPIC
public static final int TYPE_TOPIC
TYPE_ASSOCIATION
public static final int TYPE_ASSOCIATION
etype
protected int etype
relation
protected Relation relation
primary
protected Boolean primary
id
protected String id
condition
protected ValueIF condition
atype
protected String atype
types
protected String[] types
scope
protected String[] scope
ifields
protected List ifields
cfields
protected List cfields
rfields
protected List rfields
requiresTopic
protected boolean requiresTopic
extents
protected List extents
Method Detail
compile
public void compile()
getRelation
public Relation getRelation()
getEntityType
public int getEntityType()
setEntityType
public void setEntityType(int etype)
isPrimary
public boolean isPrimary()
setPrimary
public void setPrimary(Boolean primary)
getId
public String getId()
setId
public void setId(String id)
getConditionValue
public ValueIF getConditionValue()
setConditionValue
public void setConditionValue(ValueIF condition)
getAssociationType
public String getAssociationType()
setAssociationType
public void setAssociationType(String atype)
getTypes
public String[] getTypes()
setTypes
public void setTypes(String[] types)
getScope
public String[] getScope()
setScope
public void setScope(String[] scope)
getCharacteristicFields
public List getCharacteristicFields()
getIdentityFields
public List getIdentityFields()
getRoleFields
public List getRoleFields()
addField
public void addField(Field field)
requiresTopic
public boolean requiresTopic()
getExtentQueries
public List getExtentQueries()
addExtentQuery
public void addExtentQuery(String extentQuery)
removeExtentQuery
public void removeExtentQuery(String extentQuery)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2000-2012 Ontopia.