|
|||||||||||
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 | |
---|---|
String |
getDisplayName()
Returns a name for the DI Entry attribute that corresponds to this definition. |
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(String displayName)
Sets a corresponding DI Entry attribute. |
void |
setDisplayPrefix(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 String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the DI Entry attribute namepublic String getDisplayPrefix()
public void setDisplayPrefix(String displayPrefix)
displayPrefix
- String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |