CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class DirectoryDto

java.lang.Object
  extended by com.intland.codebeamer.persistence.dto.base.IdentifiableDto
      extended by com.intland.codebeamer.persistence.dto.base.NamedDto
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.intland.codebeamer.persistence.dto.base.NamedDto
NamedDto.NameComparator
 
Nested classes/interfaces inherited from class com.intland.codebeamer.persistence.dto.base.IdentifiableDto
IdentifiableDto.IdComparator
 
Constructor Summary
DirectoryDto()
           
DirectoryDto(DirectoryDto dir)
          DirectoryDto copy constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getParentId()
           
 java.lang.String getPath()
          Get the absolute path name of this directory (parent directories plus name, separated by '/' )
 int getType()
           
 boolean isDeleted()
           
 void setDeleted(boolean flag)
           
 void setParentId(java.lang.Integer parentId)
           
 void setPath(java.lang.String path)
           
 void setType(int type)
           
 
Methods inherited from class com.intland.codebeamer.persistence.dto.base.NamedDto
compareNames, compareString, compareStringIgnoreCase, compareTo, createLookupMap, getName, hashCode, setName, toString
 
Methods inherited from class com.intland.codebeamer.persistence.dto.base.IdentifiableDto
clone, compare, compareInteger, equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryDto

public DirectoryDto()

DirectoryDto

public DirectoryDto(DirectoryDto dir)
DirectoryDto copy constructor

Parameters:
dir - to copy
Method Detail

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

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.