org.cloudfoundry.identity.uaa.scim
Class ScimMeta

java.lang.Object
  extended by org.cloudfoundry.identity.uaa.scim.ScimMeta

public class ScimMeta
extends Object


Constructor Summary
ScimMeta()
           
ScimMeta(Date created, Date lastModified, int version)
           
 
Method Summary
 Date getCreated()
           
 Date getLastModified()
           
 int getVersion()
           
 void setCreated(Date created)
           
 void setLastModified(Date lastModified)
           
 void setVersion(int version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScimMeta

public ScimMeta()

ScimMeta

public ScimMeta(Date created,
                Date lastModified,
                int version)
Method Detail

getCreated

public Date getCreated()

setCreated

public void setCreated(Date created)

getLastModified

public Date getLastModified()

setLastModified

public void setLastModified(Date lastModified)

setVersion

public void setVersion(int version)

getVersion

public int getVersion()


Copyright © 2013. All rights reserved.