com.dotmarketing.portlets.structure.model
Class ContentletRelationships.ContentletRelationshipRecords

java.lang.Object
  extended by com.dotmarketing.portlets.structure.model.ContentletRelationships.ContentletRelationshipRecords
Enclosing class:
ContentletRelationships

public class ContentletRelationships.ContentletRelationshipRecords
extends java.lang.Object


Constructor Summary
ContentletRelationships.ContentletRelationshipRecords(Relationship relationship, boolean hasParent)
           
 
Method Summary
 java.util.List<Contentlet> getRecords()
           
 Relationship getRelationship()
           
 boolean isHasParent()
           
 void reorderRecords(java.lang.String field)
           
 void setHasParent(boolean hasParent)
           
 void setRecords(java.util.List<Contentlet> records)
           
 void setRelationship(Relationship relationship)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentletRelationships.ContentletRelationshipRecords

public ContentletRelationships.ContentletRelationshipRecords(Relationship relationship,
                                                             boolean hasParent)
Parameters:
relationship -
Method Detail

isHasParent

public boolean isHasParent()
Returns:
Returns the hasParent.

setHasParent

public void setHasParent(boolean hasParent)
Parameters:
hasParent - The hasParent to set.

getRecords

public java.util.List<Contentlet> getRecords()
Returns:
Returns the records.

setRecords

public void setRecords(java.util.List<Contentlet> records)
Parameters:
records - The records to set.

getRelationship

public Relationship getRelationship()
Returns:
Returns the relationship.

setRelationship

public void setRelationship(Relationship relationship)
Parameters:
relationship - The relationship to set.

reorderRecords

public void reorderRecords(java.lang.String field)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.