org.kuali.student.contract.model
Class ServiceMethodError

java.lang.Object
  extended by org.kuali.student.contract.model.ServiceMethodError

public class ServiceMethodError
extends Object

Author:
nwright

Field Summary
private  String className
           
private  String description
           
private  String packageName
           
private  String type
           
 
Constructor Summary
ServiceMethodError()
           
 
Method Summary
 String getClassName()
           
 String getDescription()
           
 String getPackageName()
           
 String getType()
           
 void setClassName(String className)
           
 void setDescription(String description)
           
 void setPackageName(String packageName)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packageName

private String packageName

className

private String className

description

private String description

type

private String type
Constructor Detail

ServiceMethodError

public ServiceMethodError()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getPackageName

public String getPackageName()

setPackageName

public void setPackageName(String packageName)

getClassName

public String getClassName()

setClassName

public void setClassName(String className)


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.