com.pmease.quickbuild.model
Class Id

java.lang.Object
  extended by com.pmease.quickbuild.model.AbstractEntity
      extended by 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

Constructor Summary
Id()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getName()
           
 int hashCode()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class com.pmease.quickbuild.model.AbstractEntity
getId, isNew, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Id

public Id()
Method Detail

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.