com.collation.platform.model.topology.generic
Interface GenericElement

All Known Subinterfaces:
GenericAppServer, GenericAppServerCluster, GenericComputerSystem, GenericDatabaseServer, GenericFirewall, GenericJ2EEServer, GenericLoadBalancer, GenericRouter, GenericServerProcess, GenericService, GenericSwitch, GenericWebServer, LegacySystem

public interface GenericElement


Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 java.lang.String getGenericType()
          Reserved.
 boolean hasGenericType()
           
 void setGenericType(java.lang.String s)
           
 

Field Detail

IBM_COPYRIGHT

static final java.lang.String IBM_COPYRIGHT
See Also:
Constant Field Values
Method Detail

getGenericType

java.lang.String getGenericType()
                                throws AttributeNotSetException
Reserved. Legacy code that was needed for the TADDM GUI.

Throws:
AttributeNotSetException

setGenericType

void setGenericType(java.lang.String s)

hasGenericType

boolean hasGenericType()