org.apache.commons.betwixt.derived
Class BeanWithSecrets

java.lang.Object
  extended by org.apache.commons.betwixt.derived.BeanWithSecrets

public class BeanWithSecrets
extends java.lang.Object

Author:
Apache Commons Team, Apache Software Foundation

Constructor Summary
BeanWithSecrets()
           
BeanWithSecrets(java.lang.String job, java.lang.String employer, java.lang.String name, java.lang.String secretCodeName, java.lang.String secretEmployer)
           
 
Method Summary
 java.lang.String getEmployer()
           
 java.lang.String getJob()
           
 java.lang.String getName()
           
 java.lang.String getSecretCodeName()
           
 java.lang.String getSecretEmployer()
           
 void setEmployer(java.lang.String employer)
           
 void setJob(java.lang.String job)
           
 void setName(java.lang.String name)
           
 void setSecretCodeName(java.lang.String secretCodeName)
           
 void setSecretEmployer(java.lang.String secretEmployer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanWithSecrets

public BeanWithSecrets()

BeanWithSecrets

public BeanWithSecrets(java.lang.String job,
                       java.lang.String employer,
                       java.lang.String name,
                       java.lang.String secretCodeName,
                       java.lang.String secretEmployer)
Method Detail

getEmployer

public java.lang.String getEmployer()

setEmployer

public void setEmployer(java.lang.String employer)

getJob

public java.lang.String getJob()

setJob

public void setJob(java.lang.String job)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getSecretCodeName

public java.lang.String getSecretCodeName()

setSecretCodeName

public void setSecretCodeName(java.lang.String secretCodeName)

getSecretEmployer

public java.lang.String getSecretEmployer()

setSecretEmployer

public void setSecretEmployer(java.lang.String secretEmployer)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.