| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.common.entity |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<LinkEntity,DestinationEntity> |
LinkEntity_.destination |
static javax.persistence.metamodel.SingularAttribute<LinkEntity,String> |
LinkEntity_.displayName |
static javax.persistence.metamodel.SingularAttribute<LinkEntity,Long> |
LinkEntity_.id |
static javax.persistence.metamodel.ListAttribute<DestinationEntity,LinkEntity> |
DestinationEntity_.links |
static javax.persistence.metamodel.SingularAttribute<LinkEntity,String> |
LinkEntity_.url |
| Modifier and Type | Method and Description |
|---|---|
List<LinkEntity> |
DestinationEntity.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationEntity.addLink(LinkEntity inLink) |
void |
DestinationEntity.removeLink(LinkEntity inLink) |
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationEntity.setLinks(List<LinkEntity> inLinks) |
Copyright © 2012–2017 Emory University. All rights reserved.