org.tinygroup.metadata.config.errorcode
类 ErrorCode

java.lang.Object
  继承者 org.tinygroup.metadata.config.errorcode.ErrorCode

public class ErrorCode
extends Object

Created by wangwy11342 on 2016/5/19. 错误码信息


构造方法摘要
ErrorCode()
           
 
方法摘要
 String getCode()
           
 String getId()
           
 String getLongDescription()
           
 String getShortDescription()
           
 void setCode(String code)
           
 void setId(String id)
           
 void setLongDescription(String longDescription)
           
 void setShortDescription(String shortDescription)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ErrorCode

public ErrorCode()
方法详细信息

getId

public String getId()

setId

public void setId(String id)

getCode

public String getCode()

setCode

public void setCode(String code)

getShortDescription

public String getShortDescription()

setShortDescription

public void setShortDescription(String shortDescription)

getLongDescription

public String getLongDescription()

setLongDescription

public void setLongDescription(String longDescription)


Copyright © 2006–2016 TinyGroup. All rights reserved.