|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.map.db.DbMap
public class DbMap
DbMap class.
| Constructor Summary | |
|---|---|
DbMap()
Constructor for DbMap. |
|
DbMap(int id,
String name,
String owner)
Constructor for DbMap. |
|
DbMap(int id,
String name,
String background,
String owner,
String accessMode,
String userLastModifies,
float scale,
int offsetX,
int offsetY,
String type,
int width,
int height)
Constructor for DbMap. |
|
DbMap(int id,
String name,
String background,
String owner,
String group,
String accessMode,
String userLastModifies,
float scale,
int offsetX,
int offsetY,
String type,
int width,
int height)
Constructor for DbMap. |
|
| Method Summary | |
|---|---|
String |
getAccessMode()
Getter for the field accessMode. |
String |
getBackground()
Getter for the field background. |
Timestamp |
getCreateTime()
Getter for the field createTime. |
String |
getGroup()
Getter for the field group. |
int |
getHeight()
Getter for the field height. |
int |
getId()
Getter for the field id. |
Timestamp |
getLastModifiedTime()
Getter for the field lastModifiedTime. |
String |
getName()
Getter for the field name. |
int |
getOffsetX()
Getter for the field offsetX. |
int |
getOffsetY()
Getter for the field offsetY. |
String |
getOwner()
Getter for the field owner. |
float |
getScale()
Getter for the field scale. |
String |
getType()
Getter for the field type. |
String |
getUserLastModifies()
Getter for the field userLastModifies. |
int |
getWidth()
Getter for the field width. |
boolean |
isNew()
isNew |
void |
setAccessMode(String accessMode)
Setter for the field accessMode. |
void |
setAsNew(boolean v)
setAsNew |
void |
setBackground(String background)
Setter for the field background. |
void |
setCreateTime(Timestamp createTime)
Setter for the field createTime. |
void |
setGroup(String group)
Setter for the field group. |
void |
setHeight(int height)
Setter for the field height. |
void |
setId(int id)
Setter for the field id. |
void |
setLastModifiedTime(Timestamp lastModifiedTime)
Setter for the field lastModifiedTime. |
void |
setName(String name)
Setter for the field name. |
void |
setOffsetX(int offsetX)
Setter for the field offsetX. |
void |
setOffsetY(int offsetY)
Setter for the field offsetY. |
void |
setOwner(String owner)
Setter for the field owner. |
void |
setScale(float scale)
Setter for the field scale. |
void |
setType(String type)
Setter for the field type. |
void |
setUserLastModifies(String userLastModifies)
Setter for the field userLastModifies. |
void |
setWidth(int width)
Setter for the field width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DbMap()
Constructor for DbMap.
public DbMap(int id,
String name,
String owner)
Constructor for DbMap.
id - a int.name - a String object.owner - a String object.
public DbMap(int id,
String name,
String background,
String owner,
String accessMode,
String userLastModifies,
float scale,
int offsetX,
int offsetY,
String type,
int width,
int height)
Constructor for DbMap.
id - a int.name - a String object.background - a String object.owner - a String object.accessMode - a String object.userLastModifies - a String object.scale - a float.offsetX - a int.offsetY - a int.type - a String object.width - a int.height - a int.
public DbMap(int id,
String name,
String background,
String owner,
String group,
String accessMode,
String userLastModifies,
float scale,
int offsetX,
int offsetY,
String type,
int width,
int height)
Constructor for DbMap.
id - a int.name - a String object.background - a String object.owner - a String object.group - a String object.accessMode - a String object.userLastModifies - a String object.scale - a float.offsetX - a int.offsetY - a int.type - a String object.width - a int.height - a int.| Method Detail |
|---|
public String getAccessMode()
Getter for the field accessMode.
public void setAccessMode(String accessMode)
Setter for the field accessMode.
accessMode - The accessMode to set.public String getBackground()
Getter for the field background.
public void setBackground(String background)
Setter for the field background.
background - The background to set.public Timestamp getCreateTime()
Getter for the field createTime.
public void setCreateTime(Timestamp createTime)
Setter for the field createTime.
createTime - The createTime to set.public Timestamp getLastModifiedTime()
Getter for the field lastModifiedTime.
public void setLastModifiedTime(Timestamp lastModifiedTime)
Setter for the field lastModifiedTime.
lastModifiedTime - The lastModifiedTime to set.public String getName()
Getter for the field name.
public void setName(String name)
Setter for the field name.
name - The name to set.public int getOffsetX()
Getter for the field offsetX.
public void setOffsetX(int offsetX)
Setter for the field offsetX.
offsetX - The offsetX to set.public int getOffsetY()
Getter for the field offsetY.
public void setOffsetY(int offsetY)
Setter for the field offsetY.
offsetY - The offsetY to set.public String getOwner()
Getter for the field owner.
public void setOwner(String owner)
Setter for the field owner.
owner - The owner to set.public float getScale()
Getter for the field scale.
public void setScale(float scale)
Setter for the field scale.
scale - The scale to set.public String getUserLastModifies()
Getter for the field userLastModifies.
public void setUserLastModifies(String userLastModifies)
Setter for the field userLastModifies.
userLastModifies - The userLastModifies to set.public String getType()
Getter for the field type.
public void setType(String type)
Setter for the field type.
type - The type to set.public int getId()
Getter for the field id.
public void setId(int id)
Setter for the field id.
id - a int.public boolean isNew()
isNew
public void setAsNew(boolean v)
setAsNew
v - a boolean.public int getHeight()
Getter for the field height.
public void setHeight(int height)
Setter for the field height.
height - a int.public int getWidth()
Getter for the field width.
public void setWidth(int width)
Setter for the field width.
width - a int.public String getGroup()
Getter for the field group.
String object.public void setGroup(String group)
Setter for the field group.
group - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||