com.dotmarketing.portlets.structure.model
Class ContentletRelationships.ContentletRelationshipRecords
java.lang.Object
com.dotmarketing.portlets.structure.model.ContentletRelationships.ContentletRelationshipRecords
- Enclosing class:
- ContentletRelationships
public class ContentletRelationships.ContentletRelationshipRecords
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentletRelationships.ContentletRelationshipRecords
public ContentletRelationships.ContentletRelationshipRecords(Relationship relationship,
boolean hasParent)
- Parameters:
relationship -
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.