Class RemoteObjectSpecialRelationships
- java.lang.Object
-
- org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectSpecialRelationships
-
- All Implemented Interfaces:
Serializable
public class RemoteObjectSpecialRelationships extends Object implements Serializable
Wraps the special relationships of an object so a Hashmap doesn't have to be used- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteObjectSpecialRelationships()
RemoteObjectSpecialRelationships(HashMap<String,List<BusinessObjectLight>> relationships)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,RemoteObjectLightList>
asHashMap()
Organizes the relationships as a HashMap objectList<RemoteObjectLightList>
getRelatedObjects()
List<String>
getRelationships()
-
-
-
Constructor Detail
-
RemoteObjectSpecialRelationships
public RemoteObjectSpecialRelationships()
-
RemoteObjectSpecialRelationships
public RemoteObjectSpecialRelationships(HashMap<String,List<BusinessObjectLight>> relationships)
-
-
Method Detail
-
getRelatedObjects
public List<RemoteObjectLightList> getRelatedObjects()
-
asHashMap
public HashMap<String,RemoteObjectLightList> asHashMap()
Organizes the relationships as a HashMap object- Returns:
- A HashMap object with the relationships
-
-