com.company.model
Class Person
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Person
public Person()
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.