org.apache.portals.bridges.frameworks.spring
Class ModelBeanImpl
java.lang.Object
org.apache.portals.bridges.frameworks.spring.ModelBeanImpl
- All Implemented Interfaces:
- ModelBean
public class ModelBeanImpl
- extends Object
- implements ModelBean
BeanModelImpl
- Version:
- $Id: ModelBeanImpl.java 517068 2007-03-12 01:44:37Z ate $
- Author:
- David Sean Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelBeanImpl
public ModelBeanImpl(String beanName,
int beanType)
ModelBeanImpl
public ModelBeanImpl(String beanName,
int beanType,
String lookupKey,
boolean requiresExternalSupport)
getBeanName
public String getBeanName()
- Specified by:
getBeanName
in interface ModelBean
getBeanType
public int getBeanType()
- Specified by:
getBeanType
in interface ModelBean
getLookupKey
public String getLookupKey()
- Specified by:
getLookupKey
in interface ModelBean
- Returns:
- Returns the lookupKey.
setLookupKey
public void setLookupKey(String lookupKey)
- Parameters:
lookupKey
- The lookupKey to set.
isRequiresExternalSupport
public boolean isRequiresExternalSupport()
- Specified by:
isRequiresExternalSupport
in interface ModelBean
- Returns:
- Returns the requiresExternalSupport.
setRequiresExternalSupport
public void setRequiresExternalSupport(boolean requiresExternalSupport)
- Parameters:
requiresExternalSupport
- The requiresExternalSupport to set.
isRequiresLookup
public boolean isRequiresLookup()
- Specified by:
isRequiresLookup
in interface ModelBean
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.