de.jw.cloud42.core.domain
Class AutoIdObject

java.lang.Object
  extended by de.jw.cloud42.core.domain.AutoIdObject
Direct Known Subclasses:
AwsCredentials, KeypairMapping, User

public class AutoIdObject
extends java.lang.Object

Base class for all entities that have a auto generated id.

Author:
fbitzer

Constructor Summary
AutoIdObject()
           
 
Method Summary
 int getId()
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoIdObject

public AutoIdObject()
Method Detail

getId

public int getId()
Returns:
the id

setId

public void setId(int id)
Parameters:
id - the id to set


Copyright © 2010 just works! Software. All Rights Reserved.