Class BoundedContext

java.lang.Object
io.contextmap.model.BoundedContext

public class BoundedContext extends Object
  • Constructor Details

    • BoundedContext

      public BoundedContext()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getSystem

      public String getSystem()
    • setSystem

      public void setSystem(String system)
    • getRuntime

      public Runtime getRuntime()
    • setRuntime

      public void setRuntime(Runtime runtime)
    • getDomainObjects

      public List<DomainObject> getDomainObjects()
    • setDomainObjects

      public void setDomainObjects(List<DomainObject> domainObjects)