com.silverpeas.pdc.model
Class PdcAxisValuePk

java.lang.Object
  extended by com.silverpeas.pdc.model.PdcAxisValuePk
All Implemented Interfaces:
Serializable

public class PdcAxisValuePk
extends Object
implements Serializable

The composite primary key used to store values of PdC's axis.

See Also:
Serialized Form

Constructor Summary
PdcAxisValuePk()
           
 
Method Summary
static PdcAxisValuePk aPdcAxisValuePk(long valueId, long axisId)
           
static PdcAxisValuePk aPdcAxisValuePk(String valueId, String axisId)
           
 boolean equals(Object obj)
           
 Long getAxisId()
           
 Long getValueId()
           
 int hashCode()
           
 void setAxisId(Long axisId)
           
 void setValueId(Long valueId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdcAxisValuePk

public PdcAxisValuePk()
Method Detail

aPdcAxisValuePk

public static PdcAxisValuePk aPdcAxisValuePk(String valueId,
                                             String axisId)

aPdcAxisValuePk

public static PdcAxisValuePk aPdcAxisValuePk(long valueId,
                                             long axisId)

getAxisId

public Long getAxisId()

setAxisId

public void setAxisId(Long axisId)

getValueId

public Long getValueId()

setValueId

public void setValueId(Long valueId)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 Silverpeas. All Rights Reserved.