@Deprecated public class ExtendedPropertyInfo extends Object implements Serializable, Transferable
ExtendedProperty
.Modifier and Type | Field and Description |
---|---|
private String |
column
Deprecated.
|
private String |
description
Deprecated.
|
private boolean |
insertable
Deprecated.
|
private int |
length
Deprecated.
|
private String |
name
Deprecated.
|
private boolean |
nullable
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
private String |
title
Deprecated.
|
private boolean |
updateable
Deprecated.
|
Constructor and Description |
---|
ExtendedPropertyInfo()
Deprecated.
Creates an object with no property set.
|
Modifier and Type | Method and Description |
---|---|
String |
getColumn()
Deprecated.
|
String |
getDescription()
Deprecated.
|
int |
getLength()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getTitle()
Deprecated.
|
boolean |
isInsertable()
Deprecated.
|
boolean |
isNullable()
Deprecated.
|
boolean |
isUpdateable()
Deprecated.
|
void |
setColumn(String column)
Deprecated.
|
void |
setDescription(String description)
Deprecated.
|
void |
setInsertable(boolean insertable)
Deprecated.
|
void |
setLength(int length)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setNullable(boolean nullable)
Deprecated.
|
void |
setTitle(String title)
Deprecated.
|
void |
setUpdateable(boolean updateable)
Deprecated.
|
private static final long serialVersionUID
private String name
private String column
private String title
private String description
private int length
private boolean nullable
private boolean insertable
private boolean updateable
public ExtendedPropertyInfo()
public void setName(String name)
name
- The name to set.public String getName()
public void setColumn(String column)
column
- The column to set.public String getColumn()
public void setTitle(String title)
title
- The title to set.public String getTitle()
public void setDescription(String description)
description
- The description to set.public String getDescription()
public void setLength(int length)
length
- The length to set.public int getLength()
public void setNullable(boolean nullable)
nullable
- The nullable to set.public boolean isNullable()
public void setInsertable(boolean insertable)
insertable
- The insertable to set.public boolean isInsertable()
public void setUpdateable(boolean updateable)
updateable
- The updateable to set.public boolean isUpdateable()