Class StorageEntityColumn

java.lang.Object
io.contextmap.spring.runtime.model.storage.StorageEntityColumn

public class StorageEntityColumn extends Object
  • Constructor Details

    • StorageEntityColumn

      public StorageEntityColumn()
  • Method Details

    • isNullable

      public boolean isNullable()
    • setNullable

      public void setNullable(boolean nullable)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDataType

      public String getDataType()
    • setDataType

      public void setDataType(String dataType)