Package org.isda.cdm

Class Id.IdBuilder

  • Enclosing class:
    Id

    public static class Id.IdBuilder
    extends com.rosetta.model.lib.RosettaModelObjectBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String lei  
    • Constructor Summary

      Constructors 
      Constructor Description
      IdBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Id build()  
      boolean equals​(java.lang.Object o)  
      java.lang.String getLei()  
      boolean hasData()  
      int hashCode()  
      com.rosetta.model.lib.meta.RosettaMetaData<? extends Id> metaData()  
      void process​(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor)  
      Id.IdBuilder prune()  
      Id.IdBuilder setLei​(java.lang.String lei)  
      java.lang.String toString()  
      • Methods inherited from class com.rosetta.model.lib.RosettaModelObjectBuilder

        getIndex, processRosetta, processRosetta
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • lei

        protected java.lang.String lei
    • Constructor Detail

      • IdBuilder

        public IdBuilder()
    • Method Detail

      • metaData

        public com.rosetta.model.lib.meta.RosettaMetaData<? extends Id> metaData()
        Specified by:
        metaData in class com.rosetta.model.lib.RosettaModelObjectBuilder
      • getLei

        public java.lang.String getLei()
      • setLei

        public Id.IdBuilder setLei​(java.lang.String lei)
      • build

        public Id build()
        Specified by:
        build in class com.rosetta.model.lib.RosettaModelObjectBuilder
      • prune

        public Id.IdBuilder prune()
        Specified by:
        prune in class com.rosetta.model.lib.RosettaModelObjectBuilder
      • hasData

        public boolean hasData()
        Specified by:
        hasData in class com.rosetta.model.lib.RosettaModelObjectBuilder
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.BuilderProcessor processor)
        Specified by:
        process in class com.rosetta.model.lib.RosettaModelObjectBuilder
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object