net.sf.minuteProject.architecture.holder.element
Class SimpleWarningMessage

java.lang.Object
  extended by net.sf.minuteProject.architecture.holder.element.SimpleWarningMessage
All Implemented Interfaces:
InformationMessage

public class SimpleWarningMessage
extends Object
implements InformationMessage


Constructor Summary
SimpleWarningMessage()
           
 
Method Summary
 String getMessage()
           
 String getType()
           
 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
 

Constructor Detail

SimpleWarningMessage

public SimpleWarningMessage()
Method Detail

getMessage

public String getMessage()
Specified by:
getMessage in interface InformationMessage

setMessage

public void setMessage(String message)

getType

public String getType()
Specified by:
getType in interface InformationMessage

setType

public void setType(String type)


Copyright © 2013. All Rights Reserved.