org.mentabean.util
Class PropertiesProxy.User

java.lang.Object
  extended by org.mentabean.util.PropertiesProxy.User
Enclosing class:
PropertiesProxy

public static class PropertiesProxy.User
extends Object


Constructor Summary
PropertiesProxy.User()
           
 
Method Summary
 int getAge()
           
 Boolean getBlah2()
           
 char getBlah3()
           
 long getBlah4()
           
 Long getBlah5()
           
 Date getBlah6()
           
 String getUsername()
           
 boolean isBlah1()
           
 void setAge(int age)
           
 void setBlah1(boolean blah1)
           
 void setBlah2(Boolean blah2)
           
 void setBlah3(char blah3)
           
 void setBlah4(long blah4)
           
 void setBlah5(Long blah5)
           
 void setBlah6(Date blah6)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesProxy.User

public PropertiesProxy.User()
Method Detail

getAge

public int getAge()

setAge

public void setAge(int age)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

isBlah1

public boolean isBlah1()

setBlah1

public void setBlah1(boolean blah1)

getBlah2

public Boolean getBlah2()

setBlah2

public void setBlah2(Boolean blah2)

getBlah3

public char getBlah3()

setBlah3

public void setBlah3(char blah3)

getBlah4

public long getBlah4()

setBlah4

public void setBlah4(long blah4)

getBlah5

public Long getBlah5()

setBlah5

public void setBlah5(Long blah5)

getBlah6

public Date getBlah6()

setBlah6

public void setBlah6(Date blah6)


Copyright © 2012. All Rights Reserved.