public class DocumentLink<T extends AReferenceableEntity<T>> extends Object
| Constructor and Description |
|---|
DocumentLink() |
DocumentLink(Class<T> targetClass,
String objectId,
String label) |
DocumentLink(T object) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getObjectId() |
Class<T> |
getTargetClass() |
void |
setLabel(String label) |
void |
setObjectId(String objectId) |
void |
setTargetClass(Class<T> targetClass) |
String |
toString() |
Copyright © 2013–2015 Taimos GmbH. All rights reserved.