|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.svc.ui.util.ServiceUIComponent
public class ServiceUIComponent
The Service UI Component is a class created to store information about Service UI Components that we do not want to persist in a customer facing database.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
ServiceUIComponent(java.lang.String pName,
java.lang.String pProductRequired,
java.lang.String pComponentType)
Constructor takes the component name, license required, product required, and component type |
|
| Method Summary | |
|---|---|
java.lang.String |
getComponentType()
Gets the component type of the component |
java.lang.String |
getName()
Gets the name of the component |
java.lang.String |
getProductRequired()
Gets the product required for the component |
java.lang.String |
print()
Useful for debugging, this prints a string representation of component values |
void |
setComponentType(java.lang.String pComponentType)
Sets the component type of the component |
void |
setName(java.lang.String pName)
Sets the name of the component |
void |
setProductRequired(java.lang.String pProductRequired)
Sets the product required for the component |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public ServiceUIComponent(java.lang.String pName,
java.lang.String pProductRequired,
java.lang.String pComponentType)
pName - represents name of UI Component and currently matches its IDpProductRequired - represents the module required to view the componentpComponentType - represents the type of UI Component| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String pName)
pName - for the namepublic java.lang.String getProductRequired()
public void setProductRequired(java.lang.String pProductRequired)
pProductRequired - for the product requiredpublic java.lang.String getComponentType()
public void setComponentType(java.lang.String pComponentType)
pComponentType - for the component typepublic java.lang.String print()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||