org.eclipse.egit.github.core
Class FieldError

java.lang.Object
  extended by org.eclipse.egit.github.core.FieldError
All Implemented Interfaces:
Serializable

public class FieldError
extends Object
implements Serializable

Field error model class

See Also:
Serialized Form

Field Summary
static String CODE_ALREADY_EXISTS
          CODE_ALREADY_EXISTS
static String CODE_CUSTOM
          CODE_CUSTOM
static String CODE_INVALID
          CODE_INVALID
static String CODE_MISSING
          CODE_MISSING
static String CODE_MISSING_FIELD
          CODE_MISSING_FIELD
 
Constructor Summary
FieldError()
           
 
Method Summary
 String getCode()
           
 String getField()
           
 String getMessage()
           
 String getResource()
           
 String getValue()
           
 FieldError setCode(String code)
           
 FieldError setField(String field)
           
 FieldError setMessage(String message)
           
 FieldError setResource(String resource)
           
 FieldError setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE_INVALID

public static final String CODE_INVALID
CODE_INVALID

See Also:
Constant Field Values

CODE_MISSING

public static final String CODE_MISSING
CODE_MISSING

See Also:
Constant Field Values

CODE_MISSING_FIELD

public static final String CODE_MISSING_FIELD
CODE_MISSING_FIELD

See Also:
Constant Field Values

CODE_ALREADY_EXISTS

public static final String CODE_ALREADY_EXISTS
CODE_ALREADY_EXISTS

See Also:
Constant Field Values

CODE_CUSTOM

public static final String CODE_CUSTOM
CODE_CUSTOM

See Also:
Constant Field Values
Constructor Detail

FieldError

public FieldError()
Method Detail

getCode

public String getCode()
Returns:
code

setCode

public FieldError setCode(String code)
Parameters:
code -
Returns:
this field error

getField

public String getField()
Returns:
field

setField

public FieldError setField(String field)
Parameters:
field -
Returns:
this field error

getMessage

public String getMessage()
Returns:
message

setMessage

public FieldError setMessage(String message)
Parameters:
message -
Returns:
this field error

getResource

public String getResource()
Returns:
resource

setResource

public FieldError setResource(String resource)
Parameters:
resource -
Returns:
this field error

getValue

public String getValue()
Returns:
value

setValue

public FieldError setValue(String value)
Parameters:
value -
Returns:
this field error


Copyright © 2012. All Rights Reserved.