|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.dataintegration.lis.data.group.TypeValue
public class TypeValue
Represents a type value for a GroupType.
NOTE: This class is included in the Public API for use by Data Integration custom field mapping scripts. It should not be used by any Building Blocks.
| Constructor Summary | |
|---|---|
TypeValue()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Get the logical unique identifier for the set of information in the TypeValue container. |
java.lang.String |
getLevel()
Get the group type code level. |
java.lang.String |
getType()
Get the group type code value. |
void |
setId(java.lang.String id)
Set the logical unique identifier for the set of information in the TypeValue container. |
void |
setLevel(java.lang.String level)
Set the group type code level. |
void |
setType(java.lang.String type)
Set the group type code value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeValue()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - The id.public java.lang.String getType()
public void setType(java.lang.String type)
type - The type value.public java.lang.String getLevel()
public void setLevel(java.lang.String level)
level - The level.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||