Class AdornedTargetList
java.lang.Object
org.broadleafcommerce.openadmin.dto.AdornedTargetList
- All Implemented Interfaces:
Serializable,PersistencePerspectiveItem
- Author:
- jfischer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAdornedTargetList(String collectionFieldName, String linkedObjectPath, String linkedIdProperty, String targetObjectPath, String targetIdProperty, String adornedTargetEntityClassname) AdornedTargetList(String collectionFieldName, String linkedObjectPath, String linkedIdProperty, String targetObjectPath, String targetIdProperty, String adornedTargetEntityClassname, String adornedTargetEntityPolymorphicType) AdornedTargetList(String collectionFieldName, String linkedObjectPath, String linkedIdProperty, String targetObjectPath, String targetIdProperty, String adornedTargetEntityClassname, String sortField, Boolean sortAscending) AdornedTargetList(String collectionFieldName, String linkedObjectPath, String linkedIdProperty, String targetObjectPath, String targetIdProperty, String adornedTargetEntityClassname, String adornedTargetEntityPolymorphicType, String sortField, Boolean sortAscending) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(PersistencePerspectiveItemVisitor visitor) booleaninthashCode()voidsetAdornedTargetEntityClassname(String adornedTargetEntityClassname) voidsetAdornedTargetEntityPolymorphicType(String adornedTargetEntityPolymorphicType) voidsetCollectionFieldName(String manyToField) voidsetIdProperty(String idProperty) voidsetInverse(Boolean inverse) voidsetJoinEntityClass(String joinEntityClass) voidsetLinkedIdProperty(String linkedIdProperty) voidsetLinkedObjectPath(String linkedPropertyPath) voidsetMutable(Boolean mutable) voidsetSortAscending(Boolean sortAscending) voidsetSortField(String sortField) voidsetTargetIdProperty(String targetIdProperty) voidsetTargetObjectPath(String targetObjectPath) toString()
-
Constructor Details
-
AdornedTargetList
public AdornedTargetList() -
AdornedTargetList
-
AdornedTargetList
-
AdornedTargetList
-
AdornedTargetList
-
-
Method Details
-
getCollectionFieldName
-
setCollectionFieldName
-
getLinkedObjectPath
-
setLinkedObjectPath
-
getTargetObjectPath
-
setTargetObjectPath
-
getAdornedTargetEntityClassname
-
setAdornedTargetEntityClassname
-
getSortField
-
setSortField
-
getSortAscending
-
setSortAscending
-
getLinkedIdProperty
-
setLinkedIdProperty
-
getTargetIdProperty
-
setTargetIdProperty
-
getInverse
-
setInverse
-
accept
- Specified by:
acceptin interfacePersistencePerspectiveItem
-
getAdornedTargetEntityPolymorphicType
-
setAdornedTargetEntityPolymorphicType
-
getJoinEntityClass
-
setJoinEntityClass
-
getIdProperty
-
setIdProperty
-
getMutable
-
setMutable
-
toString
-
clonePersistencePerspectiveItem
- Specified by:
clonePersistencePerspectiveItemin interfacePersistencePerspectiveItem
-
equals
-
hashCode
public int hashCode()
-