com.pmease.quickbuild.model
Class Id
java.lang.Object
com.pmease.quickbuild.model.AbstractEntity
com.pmease.quickbuild.model.Id
- All Implemented Interfaces:
- java.io.Serializable
@Entity
public class Id
- extends AbstractEntity
This class is created to map a name to an integer, this is useful for create Perforce
client, Clearcase view or Accurev reference tree which corresponds to a particular directory.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Id
public Id()
getName
@NotEmpty
public java.lang.String getName()
setName
public void setName(java.lang.String name)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class AbstractEntity
hashCode
public int hashCode()
- Overrides:
hashCode
in class AbstractEntity
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.