Uses of Class
dev.vality.damsel.domain.MobilePhone
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of MobilePhone in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as MobilePhone Modifier and Type Field Description MobilePhoneMobileCommerce. phoneMethods in dev.vality.damsel.domain that return MobilePhone Modifier and Type Method Description MobilePhoneMobilePhone. deepCopy()MobilePhoneMobileCommerce. getPhone()MobilePhoneMobilePhone. setCc(String cc)MobilePhoneMobilePhone. setCtn(String ctn)Methods in dev.vality.damsel.domain with parameters of type MobilePhone Modifier and Type Method Description intMobilePhone. compareTo(MobilePhone other)booleanMobilePhone. equals(MobilePhone that)MobileCommerceMobileCommerce. setPhone(MobilePhone phone)Constructors in dev.vality.damsel.domain with parameters of type MobilePhone Constructor Description MobileCommerce(MobilePhone phone)MobilePhone(MobilePhone other)Performs a deep copy on other.