com.company.model
Class Person

java.lang.Object
  extended by com.company.model.Person
All Implemented Interfaces:
Serializable

public class Person
extends Object
implements Serializable

This class is used to test the install feature of this plugin. Ideally, this could all be done with Java code (see InstallArtifactsMojoTest), but MavenEmbedder doesn't seem to recognize plugins with extensions (i.e. the warpath plugin).

See Also:
Serialized Form

Constructor Summary
Person()
           
 
Method Summary
 Integer getAge()
           
 Date getCreationDate()
           
 String getEmail()
           
 Long getId()
           
 Date getModificationDate()
           
 String getUsername()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setAge(Integer age)
           
 void setCreationDate(Date creationDate)
           
 void setEmail(String email)
           
 void setId(Long id)
           
 void setModificationDate(Date modificationDate)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person()
Method Detail

getId

public Long getId()

getCreationDate

public Date getCreationDate()

getEmail

public String getEmail()

getModificationDate

public Date getModificationDate()

getUsername

public String getUsername()

getAge

public Integer getAge()

setId

public void setId(Long id)

setAge

public void setAge(Integer age)

setCreationDate

public void setCreationDate(Date creationDate)

setEmail

public void setEmail(String email)

setModificationDate

public void setModificationDate(Date modificationDate)

setUsername

public void setUsername(String username)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)


Copyright © 2003-2012. All Rights Reserved.