com.arsdigita.portalserver
Class PortalTabCollection

java.lang.Object
  extended bycom.arsdigita.domain.DomainQuery
      extended bycom.arsdigita.domain.DomainCollection
          extended bycom.arsdigita.portalserver.PortalTabCollection
All Implemented Interfaces:
com.arsdigita.persistence.DataQuery

public class PortalTabCollection
extends com.arsdigita.domain.DomainCollection

This class represents the Domain Object Collection for PortalTab .

Author:
Jim Parsons

Field Summary
 
Fields inherited from class com.arsdigita.domain.DomainCollection
m_dataCollection, versionId
 
Fields inherited from class com.arsdigita.domain.DomainQuery
m_dataQuery
 
Constructor Summary
protected PortalTabCollection(com.arsdigita.persistence.DataCollection dataCollection)
           
 
Method Summary
 com.arsdigita.domain.DomainObject getDomainObject()
          Get the current item as a domain object.
 BigDecimal getID()
          Get the ID for the PortalTab for the current row.
 PortalTab getPortalTab()
          Get the current item as a PortalTab domain object.
 String getTitle()
          Get the title for the PortalTab for the current row.
 
Methods inherited from class com.arsdigita.domain.DomainQuery
addEqualsFilter, addFilter, addFilter, addInSubqueryFilter, addInSubqueryFilter, addNotEqualsFilter, addNotInSubqueryFilter, addOrder, addOrderWithNull, addPath, alias, clearFilter, clearOrder, close, first, get, getFilterFactory, getParameter, getPosition, getPropertyValues, getType, hasProperty, isAfterLast, isBeforeFirst, isEmpty, isFirst, isLast, last, next, previous, removeFilter, reset, rewind, setFilter, setOrder, setParameter, setRange, setRange, setReturnsLowerBound, setReturnsUpperBound, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalTabCollection

protected PortalTabCollection(com.arsdigita.persistence.DataCollection dataCollection)
Method Detail

getID

public BigDecimal getID()
Get the ID for the PortalTab for the current row.

Returns:
the id of this PortalTab.

getDomainObject

public com.arsdigita.domain.DomainObject getDomainObject()
Get the current item as a domain object.

Returns:
the domain object for the current row.

getPortalTab

public PortalTab getPortalTab()
Get the current item as a PortalTab domain object.

Returns:
a Portal domain object.

getTitle

public String getTitle()
Get the title for the PortalTab for the current row.

Returns:
the title of this PortalTab.


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2344 UTC