|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.connector.ccmdb.model.def.AbstractDefinition
public abstract class AbstractDefinition
The abstract definition for the data model. It provides common class properties.
| Constructor Summary | |
|---|---|
AbstractDefinition()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Returns a name for the DI Entry attribute that corresponds to this definition. |
java.lang.String |
getDisplayPrefix()
Returns the namespace prefix of this definition, or null if it is unspecified. |
boolean |
isVisible()
Determines whether this definition is visible in the DI Entry. |
void |
setDisplayName(java.lang.String displayName)
Sets a corresponding DI Entry attribute. |
void |
setDisplayPrefix(java.lang.String displayPrefix)
Sets the namespace prefix of this definition. |
void |
setVisible(boolean visible)
Makes this definition visible or hides depending on the value of parameter visible. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractDefinition()
| Method Detail |
|---|
public boolean isVisible()
public void setVisible(boolean visible)
visible - true if the definition is visible, false otherwisepublic java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - the DI Entry attribute namepublic java.lang.String getDisplayPrefix()
public void setDisplayPrefix(java.lang.String displayPrefix)
displayPrefix - String
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||