Class UserTombstone

java.lang.Object
com.atlassian.crowd.model.tombstone.AbstractTombstone
com.atlassian.crowd.model.tombstone.UserTombstone

public class UserTombstone extends AbstractTombstone
  • Constructor Details

    • UserTombstone

      protected UserTombstone()
    • UserTombstone

      public UserTombstone(long timestamp, String name, long directoryId)
  • Method Details

    • getName

      public String getName()
    • setName

      protected void setName(String name)
    • getDirectoryId

      public long getDirectoryId()
    • setDirectoryId

      protected void setDirectoryId(long directoryId)
    • toUser

      public User toUser()
    • toString

      public String toString()
      Overrides:
      toString in class Object