public class BeanAccessInfo extends Object
Constructor and Description |
---|
BeanAccessInfo(Object storehelp,
Object fetchhelp)
Create a new bean access info.
|
BeanAccessInfo(Object storehelp,
Object fetchhelp,
String mapname,
Object keyhelp)
Create a new bean access info.
|
BeanAccessInfo(Object storehelp,
Object fetchhelp,
String mapname,
Object keyhelp,
boolean keyfromparent)
Create a new bean access info.
|
BeanAccessInfo(String mapname)
Create a new bean access info.
|
Modifier and Type | Method and Description |
---|---|
Object |
getFetchHelp()
Get the fetchhelp.
|
Object |
getKeyHelp()
Get the keyhelp.
|
String |
getMapName()
Set the map name.
|
Object |
getStoreHelp()
Get the storehelp.
|
boolean |
isKeyFromParent()
Get the keyfromparent.
|
public BeanAccessInfo(String mapname)
public BeanAccessInfo(Object storehelp, Object fetchhelp)
public BeanAccessInfo(Object storehelp, Object fetchhelp, String mapname, Object keyhelp)
public Object getStoreHelp()
public Object getFetchHelp()
public String getMapName()
public Object getKeyHelp()
public boolean isKeyFromParent()
Copyright © 2012. All Rights Reserved.