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

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)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.