org.iternine.jeppetto.test.accesscontrol
Class IdentifiedCreatableObject

java.lang.Object
  extended by org.iternine.jeppetto.test.accesscontrol.IdentifiedCreatableObject
All Implemented Interfaces:
IdentifiableObject

public class IdentifiedCreatableObject
extends Object
implements IdentifiableObject


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

Constructor Detail

IdentifiedCreatableObject

public IdentifiedCreatableObject()
Method Detail

getId

public String getId()
Specified by:
getId in interface IdentifiableObject

setId

public void setId(String id)

getIntValue

public int getIntValue()

setIntValue

public void setIntValue(int intValue)


Copyright © 2012. All Rights Reserved.