powermock.examples.spring
Class Message

java.lang.Object
  extended by powermock.examples.spring.Message

public class Message
extends Object


Constructor Summary
Message(long id, String content)
           
 
Method Summary
 String getContent()
           
 long getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message(long id,
               String content)
Method Detail

getId

public long getId()

getContent

public String getContent()


Copyright © 2007-2012. All Rights Reserved.