org.apache.portals.bridges.frameworks.model
Interface ModelBean

All Known Implementing Classes:
ModelBeanImpl

public interface ModelBean

BeanModel

Version:
$Id: ModelBean.java 517068 2007-03-12 01:44:37Z ate $
Author:
David Sean Taylor

Field Summary
static int DYNABEAN
           
static int POJO
           
static int PREFS_MAP
           
 
Method Summary
 String getBeanName()
           
 int getBeanType()
           
 String getLookupKey()
           
 boolean isRequiresExternalSupport()
           
 boolean isRequiresLookup()
           
 

Field Detail

POJO

static final int POJO
See Also:
Constant Field Values

PREFS_MAP

static final int PREFS_MAP
See Also:
Constant Field Values

DYNABEAN

static final int DYNABEAN
See Also:
Constant Field Values
Method Detail

getBeanName

String getBeanName()

getBeanType

int getBeanType()

getLookupKey

String getLookupKey()

isRequiresLookup

boolean isRequiresLookup()

isRequiresExternalSupport

boolean isRequiresExternalSupport()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.