Class MMUUID

java.lang.Object
com.ads.mm.etl.xml.mapping.MMUUID
Direct Known Subclasses:
MMDBColumn, MMDBEnvironment, MMDBSystem, MMDBTable, MMMapping

public class MMUUID extends Object
Author:
Syed Abdul Rahim
  • Field Details

  • Constructor Details

  • Method Details

    • addAssociatedUUID

      public String addAssociatedUUID(String name)
    • getAssociatedUUID

      public String getAssociatedUUID(String name)
      If it cannot retrieve UUID basing on name, then a new random uuid is generated and stored for future reference and the same is supplied back
      Parameters:
      name -
      Returns:
      name
    • addAssociatedID

      public int addAssociatedID(String name)
    • getAssociatedID

      public int getAssociatedID(String name)
      If it cannot retrieve ID basing on name, then a new random ID is generated and stored for future reference and the same is supplied back
      Parameters:
      name -
      Returns:
      name
    • addAssociatedCrossID

      public static int addAssociatedCrossID(String name)
    • getAssociatedCrossID

      public static int getAssociatedCrossID(String name)
      If it cannot retrieve ID basing on name, then a new random ID is generated and stored for future reference and the same is supplied back
      Parameters:
      name -
      Returns:
      name
    • getUUID

      public String getUUID()
      Returns:
      the _uuid
    • setUUID

      public void setUUID(String guid)
      Parameters:
      guid - the _uuid to set
    • getUniqueName

      public String getUniqueName()
      Returns:
      the uniqueName
    • setUniqueName

      public void setUniqueName(String uniqueName)
      Parameters:
      uniqueName - the uniqueName to set
    • setAssociatedIDCount

      public void setAssociatedIDCount(int associatedIDCount)
      Parameters:
      associatedIDCount - the associatedIDCount to set