public interface DomainMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDomainName()
Gets the value of the domainName property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getWeight()
Gets the value of the weight property.
|
void |
setDomainName(java.lang.String value)
Sets the value of the domainName property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setWeight(java.math.BigInteger value)
Sets the value of the weight property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getDomainName()
void setDomainName(java.lang.String value)
java.math.BigInteger getWeight()
void setWeight(java.math.BigInteger value)