public class MappingAnnotation extends Object implements Persistent
Constructor and Description |
---|
MappingAnnotation()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnColor()
Deprecated.
|
int |
getColumnHeight()
Deprecated.
|
int |
getColumnRotate()
Deprecated.
|
int |
getColumnStyleFont()
Deprecated.
|
int |
getColumnText()
Deprecated.
|
int |
getColumnTypeFont()
Deprecated.
|
void |
loadFromState(PersistentState state)
Deprecated.
Set the state of the object from the state passed as parameter.
|
static void |
registerPersistent()
Deprecated.
|
void |
saveToState(PersistentState state)
Deprecated.
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setColumnColor(int columnColor)
Deprecated.
|
void |
setColumnHeight(int columnHeight)
Deprecated.
|
void |
setColumnRotate(int columnRotate)
Deprecated.
|
void |
setColumnStyleFont(int columnStyleFont)
Deprecated.
|
void |
setColumnText(int columnText)
Deprecated.
|
void |
setColumnTypeFont(int columnTypeFont)
Deprecated.
|
public int getColumnColor()
public void setColumnColor(int columnColor)
public int getColumnHeight()
public void setColumnHeight(int columnHeight)
public int getColumnRotate()
public void setColumnRotate(int columnRotate)
public int getColumnStyleFont()
public void setColumnStyleFont(int columnStyleFont)
public int getColumnText()
public void setColumnText(int columnText)
public int getColumnTypeFont()
public void setColumnTypeFont(int columnTypeFont)
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
PersistenceException
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
PersistenceException
public static void registerPersistent()