|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CDMInfo
Represents a cdm import
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
long |
getCreateTime()
|
long |
getModifiedTime()
|
java.lang.String |
getName()
|
java.lang.String |
getPassWord()
|
int |
getPort()
|
Scope |
getScope()
|
java.lang.String |
getSourceHostName()
|
java.lang.String |
getUserName()
|
boolean |
hasCreateTime()
|
boolean |
hasModifiedTime()
|
boolean |
hasName()
|
boolean |
hasPassWord()
|
boolean |
hasPort()
|
boolean |
hasScope()
|
boolean |
hasSourceHostName()
|
boolean |
hasUserName()
|
void |
setCreateTime(long timeInMillis)
Created time in millis |
void |
setModifiedTime(long timeInMillis)
Modified time in millis |
void |
setName(java.lang.String name)
Name of this cdm run |
void |
setPassWord(java.lang.String passWord)
Source password for the cdmDomain |
void |
setPort(int port)
Source host port number of this cdm run |
void |
setScope(Scope scope)
All Scope elements defined on source server |
void |
setSourceHostName(java.lang.String sourceHostName)
Source host name of this cdm run |
void |
setUserName(java.lang.String userName)
Source userName for the CDMInfo |
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Method Detail |
---|
void setName(java.lang.String name)
runName
- java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
boolean hasName()
void setSourceHostName(java.lang.String sourceHostName)
runName
- java.lang.String getSourceHostName() throws AttributeNotSetException
AttributeNotSetException
boolean hasSourceHostName()
void setUserName(java.lang.String userName)
userName
- java.lang.String getUserName() throws AttributeNotSetException
AttributeNotSetException
boolean hasUserName()
void setPassWord(java.lang.String passWord)
passWord
- java.lang.String getPassWord() throws AttributeNotSetException
AttributeNotSetException
boolean hasPassWord()
void setPort(int port)
status
- int getPort() throws AttributeNotSetException
AttributeNotSetException
boolean hasPort()
void setCreateTime(long timeInMillis)
timeInMillis
- long getCreateTime() throws AttributeNotSetException
AttributeNotSetException
boolean hasCreateTime()
void setModifiedTime(long timeInMillis)
timeInMillis
- long getModifiedTime() throws AttributeNotSetException
AttributeNotSetException
boolean hasModifiedTime()
void setScope(Scope scope)
Scope getScope() throws AttributeNotSetException
AttributeNotSetException
boolean hasScope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |