org.trails.page
Interface IAssociationPage

All Superinterfaces:
IModelPage, SimpleTrailsBasePage
All Known Implementing Classes:
EditPage

public interface IAssociationPage
extends IModelPage


Method Summary
 CollectionDescriptor getAssociationDescriptor()
           
 java.lang.Object getParent()
           
 void setAssociationDescriptor(CollectionDescriptor associationDescriptor)
           
 void setParent(java.lang.Object parent)
           
 
Methods inherited from interface org.trails.page.IModelPage
getModel, isModelNew, setModel, setModelNew
 
Methods inherited from interface org.trails.page.SimpleTrailsBasePage
getClassDescriptor, getDescriptorService, getPersistenceService, getResourceBundleMessageSource, setClassDescriptor
 

Method Detail

getAssociationDescriptor

CollectionDescriptor getAssociationDescriptor()

setAssociationDescriptor

void setAssociationDescriptor(CollectionDescriptor associationDescriptor)

getParent

java.lang.Object getParent()

setParent

void setParent(java.lang.Object parent)


Copyright © 2004-2008. All Rights Reserved.