com.nativex.common
Class Violation

java.lang.Object
  extended by com.nativex.common.Violation

public class Violation
extends Object


Field Summary
private  String entity
          
Constructor Summary
Violation()
           
 
Method Summary
 String getEntity()
           
 String getMessage()
           
 String getType()
           
 void setEntity(String entity)
           
 void setMessage(String message)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entity


message


type

Constructor Detail

Violation

public Violation()
Method Detail

getEntity

public String getEntity()

setEntity

public void setEntity(String entity)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getType

public String getType()

setType

public void setType(String type)