Klasse DomainOutDTO

java.lang.Object
org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
Alle implementierten Schnittstellen:
Serializable, Comparable<DomainInDTO>

public class DomainOutDTO extends DomainInDTO implements Serializable
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • setChildDomainNames

      public void setChildDomainNames(List<String> childDomainNames)
      Parameter:
      childDomainNames - list of names of the parent domains for this domain
    • getChildDomainNames

      public List<String> getChildDomainNames()
      Gibt zurück:
      childDomainNames
    • getNumberOfPseudonyms

      public long getNumberOfPseudonyms()
      Gibt zurück:
      how many pseudonyms are generated for that domain (includes the number of anonyms)
    • setNumberOfPseudonyms

      public void setNumberOfPseudonyms(long numberOfPseudonyms)
      Parameter:
      numberOfPseudonyms - how many pseudonyms (including anonyms) are generated for that domain
    • getNumberOfAnonyms

      public long getNumberOfAnonyms()
      Gibt zurück:
      how many anonyms exists within that domain
    • setNumberOfAnonyms

      public void setNumberOfAnonyms(long numberOfAnonyms)
      Parameter:
      numberOfAnonyms - how many anonyms exists for that domain
    • isCacheUsed

      public boolean isCacheUsed()
      Gibt zurück:
      is the psn cache used for this domain
    • setCacheUsed

      public void setCacheUsed(boolean cacheUsed)
      Parameter:
      cacheUsed - is the psn cache used for this domain
    • getPercentPsnsUsed

      public short getPercentPsnsUsed()
      Gibt zurück:
      how many percent of possible psns are used within this domain
    • setPercentPsnsUsed

      public void setPercentPsnsUsed(short percentPsnsUsed)
      Parameter:
      percentPsnsUsed - how many percent of possible psns are used within this domain
    • getCreateDate

      public Date getCreateDate()
      Gibt zurück:
      date of creation of the domain
    • setCreateDate

      public void setCreateDate(Date createDate)
      Parameter:
      createDate - the date of creation of the domain
    • getUpdateDate

      public Date getUpdateDate()
      Gibt zurück:
      the date of the last update of the domain
    • setUpdateDate

      public void setUpdateDate(Date updateDate)
      Parameter:
      updateDate - the date of the last update of the domain
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse DomainInDTO
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse DomainInDTO
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse DomainInDTO