Package | Description |
---|---|
com.hack23.cia.model.internal.application.system.impl |
Modifier and Type | Class and Description |
---|---|
class |
DomainPortal
Java class for DomainPortal complex type.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<Portal,String> |
Portal_.description |
static javax.persistence.metamodel.SingularAttribute<Portal,String> |
Portal_.googleMapApiKey |
static javax.persistence.metamodel.SingularAttribute<Portal,Long> |
Portal_.hjid |
static javax.persistence.metamodel.SingularAttribute<Portal,Integer> |
Portal_.modelObjectId |
static javax.persistence.metamodel.SingularAttribute<Portal,Integer> |
Portal_.modelObjectVersion |
static javax.persistence.metamodel.SingularAttribute<Portal,String> |
Portal_.portalName |
static javax.persistence.metamodel.ListAttribute<Agency,Portal> |
Agency_.portals |
protected List<Portal> |
Agency.portals |
static javax.persistence.metamodel.SingularAttribute<Portal,PortalType> |
Portal_.portalType |
Modifier and Type | Method and Description |
---|---|
Portal |
ObjectFactory.createPortal()
Create an instance of
Portal |
Portal |
Portal.withDescription(String value) |
Portal |
Portal.withGoogleMapApiKey(String value) |
Portal |
Portal.withModelObjectId(Integer value) |
Portal |
Portal.withModelObjectVersion(Integer value) |
Portal |
Portal.withPortalName(String value) |
Portal |
Portal.withPortalType(PortalType value) |
Modifier and Type | Method and Description |
---|---|
List<Portal> |
Agency.getPortals()
Gets the value of the portals property.
|
Modifier and Type | Method and Description |
---|---|
Agency |
Agency.withPortals(Portal... values) |
Modifier and Type | Method and Description |
---|---|
void |
Agency.setPortals(List<Portal> portals) |
Agency |
Agency.withPortals(Collection<Portal> values) |
Agency |
Agency.withPortals(List<Portal> portals) |
Copyright © 2010–2017 www.hack23.com. All rights reserved.