com.evdb.javaapi.data
Class Property
java.lang.Object
com.evdb.javaapi.data.Property
public class Property
- extends java.lang.Object
Several EVDB objects contain properties
- Author:
- tylerv
|
Constructor Summary |
Property()
|
Property(java.lang.String name,
java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
Property
public Property(java.lang.String name,
java.lang.String value)
getId
public int getId()
- Returns:
- the id
setId
public void setId(int id)
- Parameters:
id - the id to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getValue
public java.lang.String getValue()
- Returns:
- the value
setValue
public void setValue(java.lang.String value)
- Parameters:
value - the value to set
Copyright © 2007 Eventful Inc. All Rights Reserved.