org.glassfish.paas.orchestrator.service.metadata
Class ServiceCharacteristics
java.lang.Object
org.glassfish.paas.orchestrator.service.metadata.ServiceCharacteristics
public class ServiceCharacteristics
- extends Object
- Author:
- bhavanishankar@java.net
ServiceCharacteristics
public ServiceCharacteristics()
ServiceCharacteristics
public ServiceCharacteristics(List<Property> characteristics)
ServiceCharacteristics
public ServiceCharacteristics(ServiceCharacteristics other)
getServiceCharacteristics
public List<Property> getServiceCharacteristics()
all
public Properties all()
setServiceCharacteristics
public void setServiceCharacteristics(List<Property> serviceCharacteristics)
getCharacteristic
public String getCharacteristic(String name)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.