java.lang.Object
ru.cg.webbpm.modules.database.bean.entity_graph.EntityColumn
All Implemented Interfaces:
Serializable

public class EntityColumn extends Object implements Serializable
Author:
Kochetkov
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getSchema

      public String getSchema()
    • setSchema

      public void setSchema(String schema)
    • getTable

      public String getTable()
    • setTable

      public void setTable(String table)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getEntity

      public String getEntity()
    • setEntity

      public void setEntity(String entity)
    • getEnumTypeName

      public String getEnumTypeName()
    • setEnumTypeName

      public void setEnumTypeName(String enumTypeName)
    • getGraphProviderId

      public String getGraphProviderId()
    • setGraphProviderId

      public void setGraphProviderId(String graphProviderId)
    • getGraphProviderName

      public String getGraphProviderName()
    • setGraphProviderName

      public void setGraphProviderName(String graphProviderName)
    • getType

      public Class<?> getType()
    • setType

      public void setType(Class<?> type)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object