org.openliberty.arisidbeans
Class InteractionDescriptor
java.lang.Object
org.openliberty.arisidbeans.InteractionDescriptor
public class InteractionDescriptor
- extends java.lang.Object
The InteractionDescriptor class is used to maintain Interaction related
information and the corresponding get/set methods.
List of InteractionDescriptor objects are created by the CarmlParser while
parsing the CARML file. This InteractionDescriptor List is accessed in Velocity
templates for generating the bean classes
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
isAdd
public boolean isAdd()
setAdd
public void setAdd(boolean isAdd)
isModify
public boolean isModify()
setModify
public void setModify(boolean isModify)
isDelete
public boolean isDelete()
setDelete
public void setDelete(boolean isDelete)
isFind
public boolean isFind()
setFind
public void setFind(boolean isFind)
isSearch
public boolean isSearch()
setSearch
public void setSearch(boolean isSearch)
isRead
public boolean isRead()
setRead
public void setRead(boolean isRead)
isCompare
public boolean isCompare()
setCompare
public void setCompare(boolean isCompare)
getNumPrimaryKeyFilters
public int getNumPrimaryKeyFilters()
setNumPrimaryKeyFilters
public void setNumPrimaryKeyFilters(int numPrimaryKeyFilters)
getNumMandatoryFilters
public int getNumMandatoryFilters()
setNumMandatoryFilters
public void setNumMandatoryFilters(int numMandatoryFilters)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getMethodName
public java.lang.String getMethodName()
setMethodName
public void setMethodName(java.lang.String methodName)
getPrimaryKeyFilterName
public java.lang.String getPrimaryKeyFilterName()
setPrimaryKeyFilterName
public void setPrimaryKeyFilterName(java.lang.String primaryKeyFilterName)
getSecondFilterName
public java.lang.String getSecondFilterName()
setSecondFilterName
public void setSecondFilterName(java.lang.String secondFilterName)
getAttrRefCount
public int getAttrRefCount()
setAttrRefCount
public void setAttrRefCount(int attrRefCount)
getPredRefCount
public int getPredRefCount()
setPredRefCount
public void setPredRefCount(int predRefCount)
getRoleRefCount
public int getRoleRefCount()
setRoleRefCount
public void setRoleRefCount(int roleRefCount)
getEntityName
public java.lang.String getEntityName()
setEntityName
public void setEntityName(java.lang.String entityName)
getPageSize
public int getPageSize()
setPageSize
public void setPageSize(int pageSize)