Constructor and Description |
---|
WsLookupType() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCategory()
Gets the category of the lookup type.
|
Integer |
getDefaultValue()
Gets the default value of the lookup type.
|
String |
getDescription()
Gets the description of the lookup type.
|
Long |
getId()
Gets the id of the lookup type.
|
String |
getName()
Gets the name of the lookup type.
|
Integer |
getRefId()
Gets the reference id of the lookup type.
|
Integer |
getScope()
Gets the scope of the lookup type.
|
Integer |
getType()
Gets the type associated with the lookup type.
|
boolean |
isActive()
Is this lookup type active?
|
void |
setActive(boolean active) |
void |
setCategory(Integer category) |
void |
setDefaultValue(Integer defaultValue) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setRefId(Integer refId) |
void |
setScope(Integer scope) |
void |
setType(Integer type) |
String |
toString()
Gets a string representation of this lookup type.
|
public Long getId()
public void setId(Long id)
public Integer getCategory()
public void setCategory(Integer category)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Integer getScope()
WsScope
public void setScope(Integer scope)
public Integer getRefId()
public void setRefId(Integer refId)
public Integer getDefaultValue()
public void setDefaultValue(Integer defaultValue)
public Integer getType()
public void setType(Integer type)
public boolean isActive()
public void setActive(boolean active)
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.