Package pdi :: Module core :: Class DateProperty
[show private | hide private]
[frames | no frames]

Class DateProperty

object --+    
         |    
  Property --+
             |
            DateProperty


A date-type property. It should be an 8 digit number.
Method Summary
  __init__(self, name, content, value, encoding, type, lineNumber)
(inherited from Property)
a new object with type S, a subtype of T __new__(S, ...)
  __str__(self)
Serializes a property back to raw data. (inherited from Property)
  getContent(self)
Use this to fetch the content. (inherited from Property)
  invalidContent(self, message, content)
Issue warning. (inherited from Property)
  setContent(self, content)
Use this to set the content. (inherited from Property)
boolean validate(self)
Validates the property content. (inherited from Property)
  _validate(self, content)
Makes sure this is readable UTF-8 text.

Method Details

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

_validate(self, content)

Makes sure this is readable UTF-8 text.

Generated by Epydoc 1.1 on Sun Nov 24 14:33:25 2002 http://epydoc.sf.net