public class Bean extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
BeanType |
getBeanType() |
BeanConfiguration |
getConfiguration() |
Class |
getEntity() |
String |
getName() |
String |
getNameLower() |
String |
getResourceBundle() |
ViewEntity |
getViewEntity() |
void |
setAuthor(String author) |
void |
setBeanType(BeanType beanType) |
void |
setConfiguration(BeanConfiguration configuration) |
void |
setEntity(Class entity) |
void |
setResourceBundle(String resourceBundle) |
void |
setViewEntity(ViewEntity viewEntity) |
public String getNameLower()
public ViewEntity getViewEntity()
public void setViewEntity(ViewEntity viewEntity)
public String getResourceBundle()
public void setResourceBundle(String resourceBundle)
public String getAuthor()
public void setAuthor(String author)
public BeanConfiguration getConfiguration()
public void setConfiguration(BeanConfiguration configuration)
public BeanType getBeanType()
public void setBeanType(BeanType beanType)
public Class getEntity()
public void setEntity(Class entity)
public String getName()
Copyright © 2015. All rights reserved.