org.eclipse.egit.github.core
Class Id

java.lang.Object
  extended by org.eclipse.egit.github.core.Id
All Implemented Interfaces:
Serializable

public class Id
extends Object
implements Serializable

Id model class.

See Also:
Serialized Form

Constructor Summary
Id()
           
 
Method Summary
 String getId()
          Get id
 Id setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Id

public Id()
Method Detail

getId

public String getId()
Get id

Returns:
id

setId

public Id setId(String id)
Parameters:
id -
Returns:
this id


Copyright © 2012. All Rights Reserved.