public class ActorCollectionsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Collection |
collection |
protected String |
name |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
ActorCollectionsReference() |
ActorCollectionsReference(Map objIdMap) |
ActorCollectionsReference(Reference other) |
ActorCollectionsReference(String guid) |
ActorCollectionsReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
ActorCollectionsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
ActorCollectionsReference(String guid,
String relatedEndType) |
ActorCollectionsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
ActorCollectionsReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection |
getCollection() |
String |
getCollectionUse()
Description of how the collection is used, or why it is useful.
|
String |
getWatchMembership()
Indicator whether the actor should receive notifications of changes within the membership.
|
int |
hashCode() |
void |
setCollection(Collection collection) |
void |
setCollectionUse(String collectionUse) |
void |
setWatchMembership(String watchMembership) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected String relationship_Type
protected String name
protected Collection collection
public ActorCollectionsReference()
public ActorCollectionsReference(String guid)
public ActorCollectionsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public ActorCollectionsReference(String relatedEndType, String attrName, Object attrValue)
public ActorCollectionsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public ActorCollectionsReference(Reference other)
public ActorCollectionsReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic ActorCollectionsReference(Map objIdMap)
public Collection getCollection()
public void setCollection(Collection collection)
public String getCollectionUse()
public void setCollectionUse(String collectionUse)
public String getWatchMembership()
public void setWatchMembership(String watchMembership)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.