*** This class provides Binary Compatibility only, not Source Compatibility ***

Class OMRRepositoryKey

java.lang.Object
com.sas.services.information.util.OMRRepositoryKey
All Implemented Interfaces:
Serializable

@SASScope("ALL") @BinaryCompatibilityOnly public class OMRRepositoryKey extends Object implements Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    OMRRepositoryKey(com.sas.metadata.remote.Root root)
     
    OMRRepositoryKey(String keyString)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    String
     
    String
     
    String
     
    String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OMRRepositoryKey

      public OMRRepositoryKey(com.sas.metadata.remote.Root root)
    • OMRRepositoryKey

      public OMRRepositoryKey(String keyString)
  • Method Details

    • getId

      public String getId()
    • getType

      public String getType()
    • getRepository

      public String getRepository()
    • toString

      public String toString()
      Overrides:
      toString in class Object