public class Association extends Object
| Constructor and Description |
|---|
Association() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Association |
fileId(UUID fileId) |
UUID |
getFileId()
The unique identifier of the file
|
ObjectGroup |
getObjectGroup()
Get objectGroup
|
UUID |
getObjectId()
The identifier of the object that the file is being associated with (e.g.
|
ObjectType |
getObjectType()
Get objectType
|
int |
hashCode() |
Association |
objectGroup(ObjectGroup objectGroup) |
Association |
objectId(UUID objectId) |
Association |
objectType(ObjectType objectType) |
void |
setFileId(UUID fileId) |
void |
setObjectGroup(ObjectGroup objectGroup) |
void |
setObjectId(UUID objectId) |
void |
setObjectType(ObjectType objectType) |
String |
toString() |
public Association fileId(UUID fileId)
public UUID getFileId()
public void setFileId(UUID fileId)
public Association objectId(UUID objectId)
public UUID getObjectId()
public void setObjectId(UUID objectId)
public Association objectGroup(ObjectGroup objectGroup)
public ObjectGroup getObjectGroup()
public void setObjectGroup(ObjectGroup objectGroup)
public Association objectType(ObjectType objectType)
public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
Copyright © 2019. All rights reserved.