com.intland.codebeamer.persistence.dto
Class DirectoryDto
java.lang.Object
com.intland.codebeamer.persistence.dto.base.IdentifiableDto
com.intland.codebeamer.persistence.dto.base.NamedDto
com.intland.codebeamer.persistence.dto.DirectoryDto
- All Implemented Interfaces:
- BaseDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class DirectoryDto
- extends NamedDto
A minimal directory hierarchy info object.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
DirectoryDto
public DirectoryDto()
DirectoryDto
public DirectoryDto(DirectoryDto dir)
- DirectoryDto copy constructor
- Parameters:
dir
- to copy
getType
public int getType()
setType
public void setType(int type)
getParentId
public java.lang.Integer getParentId()
setParentId
public void setParentId(java.lang.Integer parentId)
getPath
public java.lang.String getPath()
- Get the absolute path name of this directory (parent directories plus name, separated by '/' )
setPath
public void setPath(java.lang.String path)
isDeleted
public boolean isDeleted()
setDeleted
public void setDeleted(boolean flag)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class NamedDto
Copyright © 2006-2009 Intland Software. All rights reserved.