Package de.xima.fc.mdl
Class BeanAttribute
- java.lang.Object
-
- de.xima.fc.mdl.BeanAttribute
-
- All Implemented Interfaces:
Serializable
public class BeanAttribute extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeanAttribute(String name, boolean resolve)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
doResolve()
String
getName()
void
setName(String name)
void
setResolve(boolean resolve)
String
toString()
-
-
-
Constructor Detail
-
BeanAttribute
public BeanAttribute(String name, boolean resolve)
-
-