Package com.hp.ucmdb.api.customers
Interface CustomerInfo
public interface CustomerInfo
User: ashkinaz
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()getName()getState()getType()voidsetCluster(ClusterInfo cluster) voidsetConfiguration(CustomerConfiguration configuration) voidsetDescription(String description) voidsetIsolated(Boolean isolated) voidvoid
-
Method Details
-
getId
int getId() -
getName
String getName() -
getDescription
String getDescription() -
setDescription
-
getType
String getType() -
setType
-
setName
-
getConfiguration
CustomerConfiguration getConfiguration() -
setConfiguration
-
getCluster
ClusterInfo getCluster() -
setCluster
-
getState
CustomerState getState() -
getDataStates
Collection<String> getDataStates() -
isIsolated
Boolean isIsolated() -
setIsolated
-