Package com.hp.ucmdb.api.customers
Interface CustomerInfo
public interface CustomerInfo
User: ashkinaz
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getName()
getState()
getType()
void
setCluster
(ClusterInfo cluster) void
setConfiguration
(CustomerConfiguration configuration) void
setDescription
(String description) void
setIsolated
(Boolean isolated) void
void
-
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
-