org.lexevs.dao.database.ibatis.valuesets.parameter
Class InsertOrUpdatePickListEntryBean
java.lang.Object
org.lexevs.dao.database.ibatis.parameter.PrefixedTableParameterBean
org.lexevs.dao.database.ibatis.parameter.IdableParameterBean
org.lexevs.dao.database.ibatis.valuesets.parameter.InsertOrUpdatePickListEntryBean
public class InsertOrUpdatePickListEntryBean
- extends IdableParameterBean
The Class to handle insert or update PickListEntry table.
- Author:
- Sridhar Dwarkanath
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertOrUpdatePickListEntryBean
public InsertOrUpdatePickListEntryBean()
getPickListEntryNode
public PickListEntryNode getPickListEntryNode()
- Returns:
- the pickListEntryNode
setPickListEntryNode
public void setPickListEntryNode(PickListEntryNode pickListEntryNode)
- Parameters:
pickListEntryNode
- the pickListEntryNode to set
getPickListUId
public java.lang.String getPickListUId()
- Returns:
- the pickListGuid
setPickListUId
public void setPickListUId(java.lang.String pickListUId)
- Parameters:
pickListUId
- the pickListGuid to set
getEntityCodeNamespace
public java.lang.String getEntityCodeNamespace()
- Returns:
- the entityCodeNamespace
setEntityCodeNamespace
public void setEntityCodeNamespace(java.lang.String entityCodeNamespace)
- Parameters:
entityCodeNamespace
- the entityCodeNamespace to set
getEntityCode
public java.lang.String getEntityCode()
- Returns:
- the entityCode
setEntityCode
public void setEntityCode(java.lang.String entityCode)
- Parameters:
entityCode
- the entityCode to set
getEntryOrder
public java.lang.Long getEntryOrder()
- Returns:
- the entryOrder
setEntryOrder
public void setEntryOrder(java.lang.Long entryOrder)
- Parameters:
entryOrder
- the entryOrder to set
isDefault
public java.lang.Boolean isDefault()
- Returns:
- the isDefault
setDefault
public void setDefault(java.lang.Boolean isDefault)
- Parameters:
isDefault
- the isDefault to set
isMatchIfNoContext
public java.lang.Boolean isMatchIfNoContext()
- Returns:
- the matchIfNoContext
setMatchIfNoContext
public void setMatchIfNoContext(java.lang.Boolean matchIfNoContext)
- Parameters:
matchIfNoContext
- the matchIfNoContext to set
getPropertyId
public java.lang.String getPropertyId()
- Returns:
- the propertyId
setPropertyId
public void setPropertyId(java.lang.String propertyId)
- Parameters:
propertyId
- the propertyId to set
isInclude
public java.lang.Boolean isInclude()
- Returns:
- the include
setInclude
public void setInclude(java.lang.Boolean include)
- Parameters:
include
- the include to set
getPickText
public java.lang.String getPickText()
- Returns:
- the pickText
setPickText
public void setPickText(java.lang.String pickText)
- Parameters:
pickText
- the pickText to set
getLangauage
public java.lang.String getLangauage()
- Returns:
- the langauage
setLangauage
public void setLangauage(java.lang.String langauage)
- Parameters:
langauage
- the langauage to set
getVsMultiAttribList
public java.util.List<InsertOrUpdateValueSetsMultiAttribBean> getVsMultiAttribList()
- Returns:
- the vsMultiAttribList
setVsMultiAttribList
public void setVsMultiAttribList(java.util.List<InsertOrUpdateValueSetsMultiAttribBean> vsMultiAttribList)
- Parameters:
vsMultiAttribList
- the vsMultiAttribList to set