com.stratelia.webactiv.util.publication.model
Class Alias
java.lang.Object
com.stratelia.webactiv.util.WAPrimaryKey
com.stratelia.webactiv.util.node.model.NodePK
com.stratelia.webactiv.util.publication.model.Alias
- All Implemented Interfaces:
- Serializable, Cloneable
public class Alias
- extends NodePK
- See Also:
- Serialized Form
Methods inherited from class com.stratelia.webactiv.util.WAPrimaryKey |
clone, getComponentName, getId, getInstanceId, getSpace, getSpaceId, getTableName, setComponentName, setId, setSpace, toString |
Alias
public Alias(String nodeId,
String instanceId)
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
getDate
public Date getDate()
setDate
public void setDate(Date date)
getPubOrder
public int getPubOrder()
- Return the value of the pubOrder property.
- Returns:
- the value of pubOrder.
setPubOrder
public void setPubOrder(int pubOrder)
- Set the value of the pubOrder property.
- Parameters:
pubOrder
- the new value of pubOrder.
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
equals
public boolean equals(Object other)
- Description copied from class:
NodePK
- Check if an another object is equal to this object
- Overrides:
equals
in class NodePK
- Parameters:
other
- the object to compare to this NodePK
- Returns:
- true if other is equals to this object
- See Also:
Object.equals(java.lang.Object)
hashCode
public int hashCode()
- Description copied from class:
NodePK
- Returns a hash code for the key
- Overrides:
hashCode
in class NodePK
- Returns:
- A hash code for this object
- See Also:
Object.hashCode()
Copyright © 2016 Silverpeas. All Rights Reserved.