Package com.liferay.portal.odata.entity
Class CollectionEntityField
java.lang.Object
com.liferay.portal.odata.entity.EntityField
com.liferay.portal.odata.entity.CollectionEntityField
Models a collection entity field.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.portal.odata.entity.EntityField
EntityField.Type -
Constructor Summary
ConstructorsConstructorDescriptionCollectionEntityField(EntityField entityField) Creates a newEntityFieldof type COLLECTION. -
Method Summary
Methods inherited from class com.liferay.portal.odata.entity.EntityField
getFilterableName, getFilterableValue, getName, getSortableName, getType, toString
-
Constructor Details
-
CollectionEntityField
Creates a newEntityFieldof type COLLECTION.- Parameters:
entityField- the entity field
-
-
Method Details
-
getEntityField
Gets theEntityField.- Returns:
- the entity field
-