com.jamasoftware.contour.ws.v3.domain
Class WsLookupType

java.lang.Object
  extended by com.jamasoftware.contour.ws.v3.domain.WsLookupType

public class WsLookupType
extends java.lang.Object

This object represents a Contour Pick List. WsLookups use this object.

Author:
Dylan
See Also:
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

WsLookupType

public WsLookupType()
Method Detail

getId

public java.lang.Long getId()
Gets the id of the lookup type.

Returns:
the lookup type id

setId

public void setId(java.lang.Long id)

getCategory

public java.lang.Integer getCategory()
Gets the category of the lookup type.

Returns:
the lookup type's category

setCategory

public void setCategory(java.lang.Integer category)

getName

public java.lang.String getName()
Gets the name of the lookup type.

Returns:
the lookup type's name

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()
Gets the description of the lookup type.

Returns:
the lookup type's description

setDescription

public void setDescription(java.lang.String description)

getScope

public java.lang.Integer getScope()
Gets the scope of the lookup type.

Returns:
the lookup type's scope
See Also:
WsScope

setScope

public void setScope(java.lang.Integer scope)

getRefId

public java.lang.Integer getRefId()
Gets the reference id of the lookup type.

Returns:
the lookup type's reference id

setRefId

public void setRefId(java.lang.Integer refId)

getDefaultValue

public java.lang.Integer getDefaultValue()
Gets the default value of the lookup type.

Returns:
the lookup type's defaultValue

setDefaultValue

public void setDefaultValue(java.lang.Integer defaultValue)

getType

public java.lang.Integer getType()
Gets the type associated with the lookup type.

Returns:
the type

setType

public void setType(java.lang.Integer type)

isActive

public boolean isActive()
Is this lookup type active?

Returns:
whether or not the lookup type is active

setActive

public void setActive(boolean active)

toString

public java.lang.String toString()
Gets a string representation of this lookup type.

Overrides:
toString in class java.lang.Object
Returns:
String


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.