T - the target typepublic class DocumentLink<T extends AReferenceableEntity<T>> extends Object
AReferenceableEntity| Constructor and Description |
|---|
DocumentLink() |
DocumentLink(Class<T> targetClass,
String objectId,
String label) |
DocumentLink(T object) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLabel() |
String |
getObjectId() |
Class<T> |
getTargetClass() |
int |
hashCode() |
void |
setLabel(String label) |
void |
setObjectId(String objectId) |
void |
setTargetClass(Class<T> targetClass) |
String |
toString() |
Copyright © 2015–2016 Taimos GmbH. All rights reserved.