java.lang.Object
de.hybris.bootstrap.ddl.dbtypesystem.impl.TypeRow
All Implemented Interfaces:
Row

public class TypeRow extends Object implements Row
  • Constructor Details

    • TypeRow

      public TypeRow()
  • Method Details

    • getHjmpts

      public Long getHjmpts()
    • setHjmpts

      public void setHjmpts(Long hjmpts)
    • getTypepkstring

      public Long getTypepkstring()
    • setTypepkstring

      public void setTypepkstring(Long typepkstring)
    • getPk

      public Long getPk()
    • setPk

      public void setPk(Long pk)
    • getCreatedts

      public Timestamp getCreatedts()
    • setCreatedts

      public void setCreatedts(Timestamp createdts)
    • getModifiedts

      public Timestamp getModifiedts()
    • setModifiedts

      public void setModifiedts(Timestamp modifiedts)
    • getOwnerpkstring

      public Long getOwnerpkstring()
    • setOwnerpkstring

      public void setOwnerpkstring(Long ownerpkstring)
    • getAclts

      public Long getAclts()
    • setAclts

      public void setAclts(Long aclts)
    • getPropts

      public Long getPropts()
    • setPropts

      public void setPropts(Long propts)
    • getInternalcode

      public String getInternalcode()
    • setInternalcode

      public void setInternalcode(String internalcode)
    • getInternalcodelowercase

      public String getInternalcodelowercase()
    • setInternalcodelowercase

      public void setInternalcodelowercase(String internalcodelowercase)
    • getInheritancepathstring

      public String getInheritancepathstring()
    • setInheritancepathstring

      public void setInheritancepathstring(String inheritancepathstring)
    • getSupertypepk

      public Long getSupertypepk()
    • setSupertypepk

      public void setSupertypepk(Long supertypepk)
    • getItemjndiname

      public String getItemjndiname()
    • setItemjndiname

      public void setItemjndiname(String itemjndiname)
    • getJaloclassname

      public String getJaloclassname()
    • setJaloclassname

      public void setJaloclassname(String jaloclassname)
    • getRemovable

      public Boolean getRemovable()
    • setRemovable

      public void setRemovable(Boolean removable)
    • getItemtypecode

      public Integer getItemtypecode()
    • setItemtypecode

      public void setItemtypecode(Integer itemtypecode)
    • getSingleton

      public Boolean getSingleton()
    • setSingleton

      public void setSingleton(Boolean singleton)
    • getPropertytablestatus

      public Boolean getPropertytablestatus()
    • setPropertytablestatus

      public void setPropertytablestatus(Boolean propertytablestatus)
    • getSourcetype

      public Long getSourcetype()
    • setSourcetype

      public void setSourcetype(Long sourcetype)
    • getSourceattribute

      public Long getSourceattribute()
    • setSourceattribute

      public void setSourceattribute(Long sourceattribute)
    • getJaloonly

      public Boolean getJaloonly()
    • setJaloonly

      public void setJaloonly(Boolean jaloonly)
    • getOrderingattribute

      public Long getOrderingattribute()
    • setOrderingattribute

      public void setOrderingattribute(Long orderingattribute)
    • getDynamic

      public Boolean getDynamic()
    • setDynamic

      public void setDynamic(Boolean dynamic)
    • getHmcicon

      public Long getHmcicon()
    • setHmcicon

      public void setHmcicon(Long hmcicon)
    • getTargetattribute

      public Long getTargetattribute()
    • setTargetattribute

      public void setTargetattribute(Long targetattribute)
    • getLocalizationattribute

      public Long getLocalizationattribute()
    • setLocalizationattribute

      public void setLocalizationattribute(Long localizationattribute)
    • getLoghmcchanges

      public Integer getLoghmcchanges()
    • setLoghmcchanges

      public void setLoghmcchanges(Integer loghmcchanges)
    • getAutocreate

      public Boolean getAutocreate()
    • setAutocreate

      public void setAutocreate(Boolean autocreate)
    • getExtensionname

      public String getExtensionname()
    • setExtensionname

      public void setExtensionname(String extensionname)
    • getCatalogversionattributequali

      public String getCatalogversionattributequali()
    • setCatalogversionattributequali

      public void setCatalogversionattributequali(String catalogversionattributequali)
    • getSystemtype

      public Boolean getSystemtype()
    • setSystemtype

      public void setSystemtype(Boolean systemtype)
    • getLocalized

      public Boolean getLocalized()
    • setLocalized

      public void setLocalized(Boolean localized)
    • getGenerate

      public Boolean getGenerate()
    • setGenerate

      public void setGenerate(Boolean generate)
    • getComparationattribute

      public Long getComparationattribute()
    • setComparationattribute

      public void setComparationattribute(Long comparationattribute)
    • getUniquekeyattributequalifier

      public String getUniquekeyattributequalifier()
    • setUniquekeyattributequalifier

      public void setUniquekeyattributequalifier(String uniquekeyattributequalifier)
    • getTargettype

      public Long getTargettype()
    • setTargettype

      public void setTargettype(Long targettype)
    • getCatalogitemtype

      public Boolean getCatalogitemtype()
    • setCatalogitemtype

      public void setCatalogitemtype(Boolean catalogitemtype)
    • getDefaultvalue

      public byte[] getDefaultvalue()
    • setDefaultvalue

      public void setDefaultvalue(byte[] defaultvalue)
    • getLegacyPersistence

      public Boolean getLegacyPersistence()
    • setLegacyPersistence

      public void setLegacyPersistence(Boolean legacyPersistence)
    • getValue

      public Object getValue(String columnName)
      Specified by:
      getValue in interface Row