Class IdentifierItem

java.lang.Object
org.trustdeck.model.IdentifierItem

public class IdentifierItem extends Object
IdentifierItem object encapsulating the actual identifier and its type.
Author:
Armin Müller
  • Constructor Details

    • IdentifierItem

      public IdentifierItem()
  • Method Details

    • toRepresentationString

      public String toRepresentationString()
      Creates a readable string representation.
      Returns:
      a string representation of the item's contents.
    • validate

      public Boolean validate()
    • isNullOrEmpty

      public boolean isNullOrEmpty()
      Ensure that the item's values are null or empty.
      Returns:
      true if any of the item's attributes are null or empty, false otherwise
    • isNotNullNorEmpty

      public boolean isNotNullNorEmpty()
      Ensure that the item's values are not null nor empty.
      Returns:
      true if none of the item's attributes are null or empty, false otherwise