类 SfAttachment

java.lang.Object
com.walker.jdbc.BasePo<SfAttachment>
com.iplatform.model.po.SfAttachment
所有已实现的接口:
Serializable, Cloneable
直接已知子类:
SfAttachment_mapper

public class SfAttachment extends com.walker.jdbc.BasePo<SfAttachment>
表名:SF_ATTACHMENT *
作者:
genrator
另请参阅:
  • 字段详细资料

    • ROW_MAPPER

      public static final SfAttachment ROW_MAPPER
      用于兼容老写法
    • isset_attId

      protected boolean isset_attId
    • isset_name

      protected boolean isset_name
    • isset_attDir

      protected boolean isset_attDir
    • isset_sattDir

      protected boolean isset_sattDir
    • isset_attSize

      protected boolean isset_attSize
    • isset_attType

      protected boolean isset_attType
    • isset_pid

      protected boolean isset_pid
    • isset_imageType

      protected boolean isset_imageType
    • isset_owner

      protected boolean isset_owner
    • isset_createTime

      protected boolean isset_createTime
    • isset_updateTime

      protected boolean isset_updateTime
    • isset_fileStoreType

      protected boolean isset_fileStoreType
    • isset_groupId

      protected boolean isset_groupId
    • isset_userName

      protected boolean isset_userName
  • 构造器详细资料

    • SfAttachment

      public SfAttachment()
      默认构造函数
    • SfAttachment

      public SfAttachment(Long attId)
      根据主键构造对象
  • 方法详细资料

    • setPkValue

      public void setPkValue(Object value)
      设置主键值
      指定者:
      setPkValue 在类中 com.walker.jdbc.BasePo<SfAttachment>
    • getAttId

      public Long getAttId()
    • setAttId

      public void setAttId(Long attId)
    • isEmptyAttId

      public boolean isEmptyAttId()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isEmptyName

      public boolean isEmptyName()
    • getAttDir

      public String getAttDir()
    • setAttDir

      public void setAttDir(String attDir)
    • isEmptyAttDir

      public boolean isEmptyAttDir()
    • getSattDir

      public String getSattDir()
    • setSattDir

      public void setSattDir(String sattDir)
    • isEmptySattDir

      public boolean isEmptySattDir()
    • getAttSize

      public Long getAttSize()
    • setAttSize

      public void setAttSize(Long attSize)
    • isEmptyAttSize

      public boolean isEmptyAttSize()
    • getAttType

      public String getAttType()
    • setAttType

      public void setAttType(String attType)
    • isEmptyAttType

      public boolean isEmptyAttType()
    • getPid

      public Integer getPid()
    • setPid

      public void setPid(Integer pid)
    • isEmptyPid

      public boolean isEmptyPid()
    • getImageType

      public Integer getImageType()
    • setImageType

      public void setImageType(Integer imageType)
    • isEmptyImageType

      public boolean isEmptyImageType()
    • getOwner

      public Integer getOwner()
    • setOwner

      public void setOwner(Integer owner)
    • isEmptyOwner

      public boolean isEmptyOwner()
    • getCreateTime

      public Long getCreateTime()
    • setCreateTime

      public void setCreateTime(Long createTime)
    • isEmptyCreateTime

      public boolean isEmptyCreateTime()
    • getUpdateTime

      public Long getUpdateTime()
    • setUpdateTime

      public void setUpdateTime(Long updateTime)
    • isEmptyUpdateTime

      public boolean isEmptyUpdateTime()
    • getFileStoreType

      public String getFileStoreType()
    • setFileStoreType

      public void setFileStoreType(String fileStoreType)
    • isEmptyFileStoreType

      public boolean isEmptyFileStoreType()
    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • isEmptyGroupId

      public boolean isEmptyGroupId()
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • isEmptyUserName

      public boolean isEmptyUserName()
    • toString

      public String toString()
      重写 toString() 方法
      覆盖:
      toString 在类中 Object
    • $clone

      public SfAttachment $clone()
      克隆