Package org.ofbiz.core.entity.model
Class ModelViewEntity.ModelViewLink
java.lang.Object
org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
- Enclosing class:
- ModelViewEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<ModelKeyMap>protected Stringprotected boolean -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedModelViewLink(String entityAlias, String relEntityAlias, List<? extends ModelKeyMap> keyMaps) ModelViewLink(Element viewLinkElement) -
Method Summary
-
Field Details
-
entityAlias
-
relEntityAlias
-
relOptional
protected boolean relOptional -
keyMaps
-
-
Constructor Details
-
ModelViewLink
protected ModelViewLink() -
ModelViewLink
-
ModelViewLink
public ModelViewLink(String entityAlias, String relEntityAlias, List<? extends ModelKeyMap> keyMaps)
-
-
Method Details
-
getEntityAlias
-
getRelEntityAlias
-
isRelOptional
public boolean isRelOptional() -
getKeyMap
-
getKeyMapsSize
public int getKeyMapsSize() -
getKeyMapsIterator
-
getKeyMapsCopy
-