org.broadleafcommerce.openadmin.client.dto
Class AdornedTargetList

java.lang.Object
  extended by 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)
           
 
Method Summary
 void accept(PersistencePerspectiveItemVisitor visitor)
           
 PersistencePerspectiveItem clonePersistencePerspectiveItem()
           
 boolean equals(Object o)
           
 String getAdornedTargetEntityClassname()
           
 String getAdornedTargetEntityPolymorphicType()
           
 String getCollectionFieldName()
           
 Boolean getInverse()
           
 String getLinkedIdProperty()
           
 String getLinkedObjectPath()
           
 Boolean getSortAscending()
           
 String getSortField()
           
 String getTargetIdProperty()
           
 String getTargetObjectPath()
           
 int hashCode()
           
 void setAdornedTargetEntityClassname(String adornedTargetEntityClassname)
           
 void setAdornedTargetEntityPolymorphicType(String adornedTargetEntityPolymorphicType)
           
 void setCollectionFieldName(String manyToField)
           
 void setInverse(Boolean inverse)
           
 void setLinkedIdProperty(String linkedIdProperty)
           
 void setLinkedObjectPath(String linkedPropertyPath)
           
 void setSortAscending(Boolean sortAscending)
           
 void setSortField(String sortField)
           
 void setTargetIdProperty(String targetIdProperty)
           
 void setTargetObjectPath(String targetObjectPath)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.