Class RemoteContact
- java.lang.Object
-
- org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
-
- org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
-
- org.neotropic.kuwaiba.northbound.ws.model.business.RemoteContact
-
- All Implemented Interfaces:
Serializable
,Comparable<RemoteObjectLight>
public class RemoteContact extends RemoteObject
Wrapper ofContact
.- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
DATA_TYPE, validators
-
-
Constructor Summary
Constructors Constructor Description RemoteContact()
Default constructor.RemoteContact(Contact contact)
Default functional constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeValue(String attributeName)
RemoteObjectLight
getCustomer()
void
setCustomer(RemoteObjectLight customer)
-
Methods inherited from class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
compareTo, getAttribute, getAttributes, setAttributes, toRemoteObjectArray, toString
-
Methods inherited from class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
addValidator, equals, getClassName, getId, getName, getValidators, hashCode, setName, toRemoteObjectLightArray
-
-
-
-
Constructor Detail
-
RemoteContact
public RemoteContact()
Default constructor. Only used by the WS layer provider
-
RemoteContact
public RemoteContact(Contact contact)
Default functional constructor- Parameters:
contact
- The object to be serialized
-
-
Method Detail
-
getCustomer
public RemoteObjectLight getCustomer()
-
setCustomer
public void setCustomer(RemoteObjectLight customer)
-
-