org.broadleafcommerce.openadmin.client.dto
Class AdornedTargetList
java.lang.Object
org.broadleafcommerce.openadmin.client.dto.AdornedTargetList
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, Serializable, PersistencePerspectiveItem
public class AdornedTargetList
- extends Object
- implements PersistencePerspectiveItem
- Author:
- jfischer
- See Also:
- Serialized Form
|
Constructor Summary |
AdornedTargetList()
|
AdornedTargetList(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)
|
AdornedTargetList
public AdornedTargetList()
AdornedTargetList
public AdornedTargetList(String collectionFieldName,
String linkedObjectPath,
String linkedIdProperty,
String targetObjectPath,
String targetIdProperty,
String adornedTargetEntityClassname)
AdornedTargetList
public AdornedTargetList(String collectionFieldName,
String linkedObjectPath,
String linkedIdProperty,
String targetObjectPath,
String targetIdProperty,
String adornedTargetEntityClassname,
String adornedTargetEntityPolymorphicType)
AdornedTargetList
public AdornedTargetList(String collectionFieldName,
String linkedObjectPath,
String linkedIdProperty,
String targetObjectPath,
String targetIdProperty,
String adornedTargetEntityClassname,
String sortField,
Boolean sortAscending)
AdornedTargetList
public AdornedTargetList(String collectionFieldName,
String linkedObjectPath,
String linkedIdProperty,
String targetObjectPath,
String targetIdProperty,
String adornedTargetEntityClassname,
String adornedTargetEntityPolymorphicType,
String sortField,
Boolean sortAscending)
getCollectionFieldName
public String getCollectionFieldName()
setCollectionFieldName
public void setCollectionFieldName(String manyToField)
getLinkedObjectPath
public String getLinkedObjectPath()
setLinkedObjectPath
public void setLinkedObjectPath(String linkedPropertyPath)
getTargetObjectPath
public String getTargetObjectPath()
setTargetObjectPath
public void setTargetObjectPath(String targetObjectPath)
getAdornedTargetEntityClassname
public String getAdornedTargetEntityClassname()
setAdornedTargetEntityClassname
public void setAdornedTargetEntityClassname(String adornedTargetEntityClassname)
getSortField
public String getSortField()
setSortField
public void setSortField(String sortField)
getSortAscending
public Boolean getSortAscending()
setSortAscending
public void setSortAscending(Boolean sortAscending)
getLinkedIdProperty
public String getLinkedIdProperty()
setLinkedIdProperty
public void setLinkedIdProperty(String linkedIdProperty)
getTargetIdProperty
public String getTargetIdProperty()
setTargetIdProperty
public void setTargetIdProperty(String targetIdProperty)
getInverse
public Boolean getInverse()
setInverse
public void setInverse(Boolean inverse)
accept
public void accept(PersistencePerspectiveItemVisitor visitor)
- Specified by:
accept in interface PersistencePerspectiveItem
getAdornedTargetEntityPolymorphicType
public String getAdornedTargetEntityPolymorphicType()
setAdornedTargetEntityPolymorphicType
public void setAdornedTargetEntityPolymorphicType(String adornedTargetEntityPolymorphicType)
clonePersistencePerspectiveItem
public PersistencePerspectiveItem clonePersistencePerspectiveItem()
- Specified by:
clonePersistencePerspectiveItem in interface PersistencePerspectiveItem
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013. All Rights Reserved.