Class MetadataTagIdentityProjection

Direct Known Subclasses:
MetadataTag

public class MetadataTagIdentityProjection extends MorpheusIdentityModel
Provides a subset of properties from the MetadataTag object for doing a sync match comparison with less bandwidth usage and memory footprint. This is a DTO Projection object
See Also:
  • Field Details

    • externalId

      protected String externalId
    • refType

      protected String refType
    • refId

      protected Long refId
    • name

      protected String name
  • Constructor Details

    • MetadataTagIdentityProjection

      public MetadataTagIdentityProjection(Long id, String externalId, String name, Long refId, String refType)
      The default constructor for creating a projection object.
      Parameters:
      id - the database id of the object
      externalId - the API id of the object
      name - the Name of the object as a secondary comparison
      refId - the id of the object of type refType. Typically the id of the Cloud for Cloud related tags
      refType - the type of the object referenced. Typically 'ComputeZone' for Cloud related tags
    • MetadataTagIdentityProjection

      public MetadataTagIdentityProjection()
  • Method Details

    • getExternalId

      public String getExternalId()
      Returns the current externalId on this Projection
      Returns:
      the externalId normally matches the api id
    • setExternalId

      public void setExternalId(String externalId)
      Sets the externalId of the MetadataTag. In this class this should not be called directly
      Parameters:
      externalId - the external API Id of the Zone
    • getName

      public String getName()
      Returns the name of the MetadataTag.
      Returns:
      the name of the MetadataTag.
    • setName

      public void setName(String name)
      Sets the name of the operation notification. In this class this should not be called directly
      Parameters:
      name - the name to set on the object
    • getId

      public Long getId()
      Description copied from class: MorpheusModel
      Gets the uniquely generated ID from the database record stored via the Morpheus appliance.
      Overrides:
      getId in class MorpheusModel
      Returns:
      id
    • setId

      public void setId(Long id)
      Description copied from class: MorpheusModel
      Used for setting the unique ID of the Pool Type. This should not be directly used.
      Overrides:
      setId in class MorpheusModel
      Parameters:
      id - unique identifer
    • getRefType

      public String getRefType()
    • setRefType

      public void setRefType(String refType)
    • getRefId

      public Long getRefId()
    • setRefId

      public void setRefId(Long refId)