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

All Known Implementing Classes:
ModelBeanImpl

public interface ModelBean

BeanModel

Version:
$Id: ModelBean.java 187935 2004-11-12 07:28:56 +0100 (Fri, 12 Nov 2004) taylor $
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 Apache Software Foundation. All Rights Reserved.