|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v3.domain.WsLookupType
public class WsLookupType
This object represents a Contour Pick List. WsLookups use this
object.
WsLookup| Constructor Summary | |
|---|---|
WsLookupType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getCategory()
Gets the category of the lookup type. |
java.lang.Integer |
getDefaultValue()
Gets the default value of the lookup type. |
java.lang.String |
getDescription()
Gets the description of the lookup type. |
java.lang.Long |
getId()
Gets the id of the lookup type. |
java.lang.String |
getName()
Gets the name of the lookup type. |
java.lang.Integer |
getRefId()
Gets the reference id of the lookup type. |
java.lang.Integer |
getScope()
Gets the scope of the lookup type. |
java.lang.Integer |
getType()
Gets the type associated with the lookup type. |
boolean |
isActive()
Is this lookup type active? |
void |
setActive(boolean active)
|
void |
setCategory(java.lang.Integer category)
|
void |
setDefaultValue(java.lang.Integer defaultValue)
|
void |
setDescription(java.lang.String description)
|
void |
setId(java.lang.Long id)
|
void |
setName(java.lang.String name)
|
void |
setRefId(java.lang.Integer refId)
|
void |
setScope(java.lang.Integer scope)
|
void |
setType(java.lang.Integer type)
|
java.lang.String |
toString()
Gets a string representation of this lookup type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsLookupType()
| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
public java.lang.Integer getCategory()
public void setCategory(java.lang.Integer category)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Integer getScope()
WsScopepublic void setScope(java.lang.Integer scope)
public java.lang.Integer getRefId()
public void setRefId(java.lang.Integer refId)
public java.lang.Integer getDefaultValue()
public void setDefaultValue(java.lang.Integer defaultValue)
public java.lang.Integer getType()
public void setType(java.lang.Integer type)
public boolean isActive()
public void setActive(boolean active)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||