java.lang.Object
edu.internet2.middleware.grouperVoot.beans.VootEmail

public class VootEmail extends Object
Class representing VOOT email field in the object representing a person.
  • Constructor Details

    • VootEmail

      public VootEmail()
  • Method Details

    • equals

      public boolean equals(Object otherVootEmail)
      Method to check if an object is equal to the current object.
      Overrides:
      equals in class Object
      Parameters:
      otherVootEmail - the other object to check
    • getType

      public String getType()
      Type of email. Should be a value between "home", "work", "other". e.g. 'work'
      Returns:
      type of the email.
    • setType

      public void setType(String type1)
      Type of email. Should be a value between "home", "work", "other". e.g. 'work'
      Parameters:
      type1 - the tile of the email.
    • getValue

      public String getValue()
      Value of email e.g. john@smith.edu
      Returns:
      value the email address.
    • setValue

      public void setValue(String value1)
      Value of email e.g. john@smith.edu
      Parameters:
      value1 - the email address.