Project Aristotle - ArisID Attribute Services

org.openliberty.arisidbeans
Class InteractionDescriptor

java.lang.Object
  extended by 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


Method Summary
 int getAttrRefCount()
           
 java.lang.String getDescription()
           
 java.lang.String getEntityName()
           
 java.lang.String getMethodName()
           
 java.lang.String getName()
           
 int getNumMandatoryFilters()
           
 int getNumPrimaryKeyFilters()
           
 int getPageSize()
           
 int getPredRefCount()
           
 java.lang.String getPrimaryKeyFilterName()
           
 int getRoleRefCount()
           
 java.lang.String getSecondFilterName()
           
 boolean isAdd()
           
 boolean isCompare()
           
 boolean isDelete()
           
 boolean isFind()
           
 boolean isModify()
           
 boolean isRead()
           
 boolean isSearch()
           
 void setAdd(boolean isAdd)
           
 void setAttrRefCount(int attrRefCount)
           
 void setCompare(boolean isCompare)
           
 void setDelete(boolean isDelete)
           
 void setDescription(java.lang.String description)
           
 void setEntityName(java.lang.String entityName)
           
 void setFind(boolean isFind)
           
 void setMethodName(java.lang.String methodName)
           
 void setModify(boolean isModify)
           
 void setName(java.lang.String name)
           
 void setNumMandatoryFilters(int numMandatoryFilters)
           
 void setNumPrimaryKeyFilters(int numPrimaryKeyFilters)
           
 void setPageSize(int pageSize)
           
 void setPredRefCount(int predRefCount)
           
 void setPrimaryKeyFilterName(java.lang.String primaryKeyFilterName)
           
 void setRead(boolean isRead)
           
 void setRoleRefCount(int roleRefCount)
           
 void setSearch(boolean isSearch)
           
 void setSecondFilterName(java.lang.String secondFilterName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

OpenLiberty.org - Licensed under Apache APL 2.0