com.atlassian.confluence.core
Class PersistentDecorator
java.lang.Object
com.atlassian.confluence.core.PersistentDecorator
- All Implemented Interfaces:
- Serializable
public class PersistentDecorator
- extends Object
- implements Serializable
- See Also:
- Serialized Form
PersistentDecorator
public PersistentDecorator()
PersistentDecorator
public PersistentDecorator(String spaceKey,
String name,
String body,
Date lastModificationDate)
getId
public long getId()
setId
public void setId(long id)
getSpaceKey
public String getSpaceKey()
setSpaceKey
public void setSpaceKey(String spaceKey)
getName
public String getName()
setName
public void setName(String name)
getBody
public String getBody()
setBody
public void setBody(String body)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getLastModificationDate
public Date getLastModificationDate()
setLastModificationDate
public void setLastModificationDate(Date lastModificationDate)
Copyright © 2003-2013 Atlassian. All Rights Reserved.