SOAj Core v. 1.3


info.soaj.core.internal.string
Class SjNullableUserId

java.lang.Object
  extended by info.soaj.core.internal.string.SjBaseString
      extended by info.soaj.core.internal.string.SjBaseStringNullable
          extended by info.soaj.core.internal.string.SjNullableUserId
All Implemented Interfaces:
java.io.Serializable

public class SjNullableUserId
extends SjBaseStringNullable

This immutable class wraps a String object containing populated character(s). A null or empty String passed to the constructor results in a runtime exception.

Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com .

Since:
v. 1.0
Author:
MarvinToll@gtcGroup.com
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          UID
 
Fields inherited from class info.soaj.core.internal.string.SjBaseString
string
 
Constructor Summary
SjNullableUserId(java.lang.String string)
          Constructor.
 
Method Summary
 
Methods inherited from class info.soaj.core.internal.string.SjBaseStringNullable
isNotNull, isNull
 
Methods inherited from class info.soaj.core.internal.string.SjBaseString
equals, getString, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
UID

See Also:
Constant Field Values
Constructor Detail

SjNullableUserId

public SjNullableUserId(java.lang.String string)
Constructor.

Parameters:
string -

SOAj Core v. 1.3


Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com.
Use is authorized, provided the source is acknowledged by inclusion of this copyright notice.