public class NetworkDto extends java.lang.Object implements Identifiable
| Constructor and Description |
|---|
NetworkDto() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getId()
Get the database id of this Object.
|
java.lang.Long |
getInactive()
Returns >0 if inactive
|
java.lang.String |
getKey() |
java.util.Date |
getLastCheckin() |
java.lang.String |
getLastCheckinString() |
java.lang.String |
getName() |
void |
setId(java.lang.Long systemIdIn) |
void |
setInactive(java.lang.Long inactiveIn)
Set if it is inactive
|
void |
setKey(java.lang.String keyIn) |
void |
setLastCheckin(java.util.Date lastCheckinIn) |
void |
setName(java.lang.String nameIn) |
public java.lang.Long getInactive()
public void setInactive(java.lang.Long inactiveIn)
inactiveIn - set to 1 or higher if inactivepublic java.util.Date getLastCheckin()
public java.lang.String getLastCheckinString()
public void setLastCheckin(java.util.Date lastCheckinIn)
lastCheckinIn - The lastCheckin to set.public java.lang.String getKey()
public void setKey(java.lang.String keyIn)
keyIn - The key to set.public java.lang.Long getId()
IdentifiablegetId in interface Identifiablepublic void setId(java.lang.Long systemIdIn)
systemIdIn - The systemId to set.public java.lang.String getName()
public void setName(java.lang.String nameIn)
nameIn - The name to set.